Compartir a través de


Underline.Color Property

Underline Color.Represents the attribte in schema: w:color

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "color")> _
Public Property Color As StringValue
    Get
    Set
'Uso
Dim instance As Underline
Dim value As StringValue

value = instance.Color

instance.Color = value
[SchemaAttrAttribute(, "color")]
public StringValue Color { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Underline Class

Underline Members

DocumentFormat.OpenXml.Wordprocessing Namespace