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