IBasePortionFormatStrikethroughType Property |
Returns or sets the strikethrough type of a text. No inheritance applied.
Read/write
TextStrikethroughType.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxTextStrikethroughType StrikethroughType { get; set; }
Property StrikethroughType As TextStrikethroughType
Get
Set
property TextStrikethroughType StrikethroughType {
TextStrikethroughType get ();
void set (TextStrikethroughType value);
}
abstract StrikethroughType : TextStrikethroughType with get, set
Property Value
Type:
TextStrikethroughType
See Also