Gets or sets the design-time scale factor of the control.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public SizeF ScaleDimensions { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScaleDimensions As SizeF |
A .NET SizeF object specifying the ratio between the device dimensions of the wrapped control and the size of the control on the design surface.
RemarksThis property is not meant to be used directly.
See Also