Reflection.StartingOpacity Property
stA.Represents the attribte in schema: w14:stA
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "stA")> _
Public Property StartingOpacity As Int32Value
Get
Set
'Usage
Dim instance As Reflection
Dim value As Int32Value
value = instance.StartingOpacity
instance.StartingOpacity = value
[SchemaAttrAttribute(, "stA")]
public Int32Value StartingOpacity { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value