ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DesignerSettings Class / Units Property

In This Topic
    Units Property (DesignerSettings)
    In This Topic
    Gets or sets the default measurement units.
    Syntax
    'Declaration
     
    Public Property Units As Nullable(Of Units)
    public Nullable<Units> Units {get; set;}

    Property Value

    The measurement units as a nullable Units.
    See Also