dotnetCHARTING Send comments on this topic.
CornerTopLeft Property
See Also 
dotnetCHARTING Namespace > Box Class : CornerTopLeft Property



Gets or sets the top left corner style.

Syntax

Visual Basic (Declaration) 
Public Property CornerTopLeft As BoxCorner
Visual Basic (Usage)Copy Code
Dim instance As Box
Dim value As BoxCorner
 
instance.CornerTopLeft = value
 
value = instance.CornerTopLeft
C# 
public BoxCorner CornerTopLeft {get; set;}
C++/CLI 
public:
property BoxCorner CornerTopLeft {
   BoxCorner get();
   void set (BoxCorner value);
}

See Also