ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTRuler Class / StartLineLength Property




In This Topic
    StartLineLength Property (ImGearARTRuler)
    In This Topic
    Gets or sets the length of the mark's start line.
    Syntax
    'Declaration
     
    Public Property StartLineLength As Integer
    'Usage
     
    Dim instance As ImGearARTRuler
    Dim value As Integer
     
    instance.StartLineLength = value
     
    value = instance.StartLineLength
    public int StartLineLength {get; set;}
    public: __property int get_StartLineLength();
    public: __property void set_StartLineLength( 
       int value
    );
    public:
    property int StartLineLength {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    Remarks
    The default value is 20.
    See Also