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



Gets or sets the bottom right corner style.

Syntax

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

See Also