ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / SnapStep Class / Cm Property

In This Topic
    Cm Property
    In This Topic
    Gets or sets the snap step value in centimeters.
    Syntax
    'Declaration
     
    Public Property Cm As Nullable(Of Double)
    public Nullable<double> Cm {get; set;}

    Property Value

    The snap step value in centimeters as a nullable System.Double.
    See Also