StructureTextState.StrikeOut

StructureTextState.StrikeOut property

Gets or sets strikeout for the text.

public bool? StrikeOut { get; set; }

Remarks

Can be null. Use null to inherit StrikeOut property from parent structure element.

See Also