ITextFrameProperties
AnchoringType Property
|
Gets or sets vertical anchor text in a TextFrame.
Read/write
TextAnchorType
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
TextAnchorType AnchoringType { get; set; }
Property AnchoringType As TextAnchorType
Get
Set
property TextAnchorType AnchoringType {
TextAnchorType get ();
void set (TextAnchorType value);
}
abstract AnchoringType : TextAnchorType with get, set
Property Value
Type:
TextAnchorType
See Also