GrapeCity.Xaml.Excel
TextAnchoringType Property (RichText)


GrapeCity.Excel.Chart Namespace > RichText Class : TextAnchoringType Property
Specifies the anchoring position of the text body withn the shap.
Syntax
'Declaration
 
Public Property TextAnchoringType As TextAnchoringTypes
'Usage
 
Dim instance As RichText
Dim value As TextAnchoringTypes
 
instance.TextAnchoringType = value
 
value = instance.TextAnchoringType
public TextAnchoringTypes TextAnchoringType {get; set;}
See Also

Reference

RichText Class
RichText Members