TextRun._Color Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the color of the text.
public:
property System::Drawing::Color _Color { System::Drawing::Color get(); };
[System.Xml.Serialization.XmlIgnore]
public System.Drawing.Color _Color { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this._Color : System.Drawing.Color
Public ReadOnly Property _Color As Color
Property Value
A Color object.
- Attributes