Skip to main content

IdxRichEditCharacterPropertiesBase.SetStrikeoutColor(TdxNullableValue<TdxAlphaColor>) Method

Assigns a strikeout color.

Declaration

procedure SetStrikeoutColor(const Value: TdxNullableValue<TdxAlphaColor>);

Parameters

Name Type
Value TdxNullableValue<T>

Remarks

The SetStrikeoutColor procedure is a setter of the StrikeoutColor property.

See Also