ActiveReports 18 .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
    Specifies the default measurement units.
    Syntax
    'Declaration
     
    Public Property Units As Nullable(Of Units)
    public Nullable<Units> Units {get; set;}
    See Also