ActiveReports3 Request technical support
Size Property
See Also 


Gets or sets the size of the control in inches.

Syntax

Visual Basic (Declaration) 
Overrides Public NotOverridable Property Size As SizeF
Visual Basic (Usage)Copy Code
Dim instance As Line
Dim value As SizeF
 
instance.Size = value
 
value = instance.Size
C# 
public override SizeF Size {get; set;}

See Also