CharacterFormat
Shading Property
|
Gets a object that refers to the shading formatting for the CharacterFormat.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Shading Shading { get; }
Public ReadOnly Property Shading As Shading
Get
public:
property Shading^ Shading {
Shading^ get ();
}
member Shading : Shading with get
Property Value
Type:
Shading
See Also