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



Gets or sets the bottom left corner style.

Syntax

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

See Also