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

In This Topic
    SnapStep Property
    In This Topic
    Gets or sets the snap step value.
    Syntax
    'Declaration
     
    Public Property SnapStep As SnapStep
    public SnapStep SnapStep {get; set;}

    Property Value

    An instance of SnapStep that contains the snap step values. By default, snap step is { in: 0.25, cm: 0.5 }.
    Remarks
    By default, snap step is { in: 0.25, cm: 0.5 }
    See Also