Compartir a través de


ColorChange.UseAlpha Property

Consider Alpha Values.Represents the attribte in schema: useA

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

Syntax

'Declaración
<SchemaAttrAttribute(, "useA")> _
Public Property UseAlpha As BooleanValue
    Get
    Set
'Uso
Dim instance As ColorChange
Dim value As BooleanValue

value = instance.UseAlpha

instance.UseAlpha = value
[SchemaAttrAttribute(, "useA")]
public BooleanValue UseAlpha { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

ColorChange Class

ColorChange Members

DocumentFormat.OpenXml.Drawing Namespace