GrapeCity.Xaml.Excel
UpRight Property (RichText)


GrapeCity.Excel.Chart Namespace > RichText Class : UpRight Property
Specifies whether text should remain upright, regardless of the transform applied to it and the accompanying shape transform.
Syntax
'Declaration
 
Public Property UpRight As Boolean
'Usage
 
Dim instance As RichText
Dim value As Boolean
 
instance.UpRight = value
 
value = instance.UpRight
public bool UpRight {get; set;}
See Also

Reference

RichText Class
RichText Members