ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPolyRuler Interface / Label Property




In This Topic
    Label Property (IImGearARTPolyRuler)
    In This Topic
    Gets or sets the mark label.
    Syntax
    'Declaration
     
    Property Label As String
    'Usage
     
    Dim instance As IImGearARTPolyRuler
    Dim value As String
     
    instance.Label = value
     
    value = instance.Label
    string Label {get; set;}
    __property string* get_Label();
    __property void set_Label( 
       string* value
    );
    property String^ Label {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also