Xceed Words for .NET v3.0 Documentation
Size Property (Marker)


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace > Marker Class : Size Property
Gets or sets the size of the marker if SymbolType is set. Note that the value of this property must be positive.
Syntax
'Declaration
 
Public Property Size As Nullable(Of Integer)
'Usage
 
Dim instance As Marker
Dim value As Nullable(Of Integer)
 
instance.Size = value
 
value = instance.Size
public Nullable<int> Size {get; set;}
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows, 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Marker Class
Marker Members