ArtisticCutout.NumberOfShades Property
numberOfShades.Represents the attribte in schema: numberOfShades
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "numberOfShades")> _
Public Property NumberOfShades As Int32Value
Get
Set
'Uso
Dim instance As ArtisticCutout
Dim value As Int32Value
value = instance.NumberOfShades
instance.NumberOfShades = value
[SchemaAttrAttribute(, "numberOfShades")]
public Int32Value NumberOfShades { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value