Gets or sets the design-time scale factor of the control.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# 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.
This property is not meant to be used directly.