VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlTextProperties Class / UnderlineColor Property
Syntax Requirements SeeAlso
In This Topic
    UnderlineColor Property (OpenXmlTextProperties)
    In This Topic
    Gets or sets the color of underline.
    Syntax
    'Declaration
    
    Public Property UnderlineColor As System.Nullable(Of Color)
    
    
    public System.Nullable<Color> UnderlineColor { get; set; }
    
    
    public: __property System.Nullable<Color*>* get_UnderlineColor();
    public: __property void set_UnderlineColor(
    System.Nullable<Color*>* value
    );
    public:
    property System.Nullable<Color^>^ UnderlineColor { System.Nullable<Color^>^ get(); void set(System.Nullable<Color^>^ value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also