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



Gets or sets the top right corner style.

Syntax

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

See Also