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