.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Annotation Class : DynamicSize Property
DynamicSize Property
Gets or sets a value that indicates whether a golden rectangle is maintained as the shape of this annotation.
Syntax
'Declaration
 
Public Property DynamicSize As Boolean
'Usage
 
Dim instance As Annotation
Dim value As Boolean
 
instance.DynamicSize = value
 
value = instance.DynamicSize
public bool DynamicSize {get; set;}
Remarks
If false, the shape will be determined by the text and will be drawn on a single line unless Size is specified.
Example
Requirements

Target Platforms: Windows 7, 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