MindFusion WinForms Programmer's Guide
ControlWrapper.ScaleDimensions Property
See Also
 





Gets or sets the design-time scale factor of the control.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public SizeF ScaleDimensions { get; set; }

Visual Basic  Copy Code

Public Property ScaleDimensions As SizeF

 Property Value

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.

 Remarks

This property is not meant to be used directly.

 See Also

ControlWrapper Members
ControlWrapper Class
MindFusion.Reporting Namespace