Spread Windows Forms 10.0 Product Documentation
Size Property (PlotArea)


Gets or sets the size of the plot area in control canvas space.
Syntax
'Declaration
 
Public Property Size As SizeF
'Usage
 
Dim instance As PlotArea
Dim value As SizeF
 
instance.Size = value
 
value = instance.Size
public SizeF Size {get; set;}
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Value's width or height is less than or equal to zero or greater than one.
Remarks
Size is measured in relative units ((0,0) = no size, (1,1) = size of control).
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

PlotArea Class
PlotArea Members

 

 


Copyright © GrapeCity, inc. All rights reserved.