ImageGear for .NET
Border Property (ImGearARTRectangle)




Gets or sets the border of the mark.
Syntax
'Declaration
 
Public Property Border As ImGearARTBorder
'Usage
 
Dim instance As ImGearARTRectangle
Dim value As ImGearARTBorder
 
instance.Border = value
 
value = instance.Border
public ImGearARTBorder Border {get; set;}
public: __property ImGearARTBorder* get_Border();
public: __property void set_Border( 
   ImGearARTBorder* value
);
public:
property ImGearARTBorder^ Border {
   ImGearARTBorder^ get();
   void set (    ImGearARTBorder^ value);
}

Property Value

ImGearARTBorder class object.
See Also

Reference

ImGearARTRectangle Class
ImGearARTRectangle Members
ImGearARTBorder Class

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback