Search
Label3D.TopRight Property
See Also
 






Gets or sets the top-right corner of label's layout rectangle.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Point3D TopRight { get; set; }

Visual Basic  Copy Code

Public Property TopRight As Point3D

 Property Value

An instance of the Point3D structure.

 See Also