GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / Units Property
In This Topic
    Units Property
    In This Topic
    Gets or sets the units that the ruler is measuring in.
    Syntax
    [Description("The ruler's units of measure.")]
    [Category("Measurement")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual GoDrawUnit Units {get; set;}

    Property Value

    The default value is GoDrawUnit.Pixel.
    Remarks
    Units determines how the lines will be drawn onto the control.
    See Also