ImageGear .NET v24.12 - Updated
Line Property (ImGearARTCallout)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTCallout Class : Line Property
Gets or sets the callout line attributes.
Syntax
'Declaration
 
Public Property Line As ImGearARTBorder
'Usage
 
Dim instance As ImGearARTCallout
Dim value As ImGearARTBorder
 
instance.Line = value
 
value = instance.Line
public ImGearARTBorder Line {get; set;}
public: __property ImGearARTBorder* get_Line();
public: __property void set_Line( 
   ImGearARTBorder* value
);
public:
property ImGearARTBorder^ Line {
   ImGearARTBorder^ get();
   void set (    ImGearARTBorder^ value);
}

Property Value

ImGearARTBorder class.
See Also

Reference

ImGearARTCallout Class
ImGearARTCallout Members
ImGearARTBorder Class