TextCharacterProperties
TextStrikethroughType Property
|
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextStrikethroughType TextStrikethroughType { get; set; }
Public Property TextStrikethroughType As TextStrikethroughType
Get
Set
public:
property TextStrikethroughType TextStrikethroughType {
TextStrikethroughType get ();
void set (TextStrikethroughType value);
}
member TextStrikethroughType : TextStrikethroughType with get, set
Property Value
Type:
TextStrikethroughType
See Also