ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTText Interface / Pin Property




In This Topic
    Pin Property (IImGearARTText)
    In This Topic
    Gets or sets the ImGearARTPin object that specifies mark's pin icon attributes.
    Syntax
    'Declaration
     
    Property Pin As ImGearARTPin
    'Usage
     
    Dim instance As IImGearARTText
    Dim value As ImGearARTPin
     
    instance.Pin = value
     
    value = instance.Pin
    ImGearARTPin Pin {get; set;}
    __property ImGearARTPin* get_Pin();
    __property void set_Pin( 
       ImGearARTPin* value
    );
    property ImGearARTPin^ Pin {
       ImGearARTPin^ get();
       void set (    ImGearARTPin^ value);
    }

    Property Value

    ImGearARTPin class object.
    See Also