ImageGear .NET - Updated
Pin Property (ImGearARTText)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTText Class : Pin Property
Gets or sets the ImGearARTPin object that specifies mark's pin icon attributes.
Syntax
'Declaration
 
Public Property Pin As ImGearARTPin
'Usage
 
Dim instance As ImGearARTText
Dim value As ImGearARTPin
 
instance.Pin = value
 
value = instance.Pin
public ImGearARTPin Pin {get; set;}
public: __property ImGearARTPin* get_Pin();
public: __property void set_Pin( 
   ImGearARTPin* value
);
public:
property ImGearARTPin^ Pin {
   ImGearARTPin^ get();
   void set (    ImGearARTPin^ value);
}

Property Value

ImGearARTPin class object.
See Also

Reference

ImGearARTText Class
ImGearARTText Members
ImGearARTPin Class