Cell
TextAnchorType Property
|
Gets or sets the text anchor type.
Read/write
TextAnchorType
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextAnchorType TextAnchorType { get; set; }
Public Property TextAnchorType As TextAnchorType
Get
Set
public:
property TextAnchorType TextAnchorType {
TextAnchorType get ();
void set (TextAnchorType value);
}
member TextAnchorType : TextAnchorType with get, set
Property Value
Type:
TextAnchorType
See Also