Class DrawingScaleControl
Inheritance
System.Object
DrawingScaleControl
Assembly: Syncfusion.Diagram.Base.dll
public class DrawingScaleControl : UserControl
Constructors
Declaration
public DrawingScaleControl()
Fields
Declaration
public ComboBox comboDrawingPreDefinedPaper
Field Value
Type |
System.Windows.Forms.ComboBox |
Declaration
public ComboBox comboDrawingPreDefinedStandart
Field Value
Type |
System.Windows.Forms.ComboBox |
Declaration
public ComboBox comboMeasureUnits
Field Value
Type |
System.Windows.Forms.ComboBox |
Declaration
public RadioButton rdDrawingCustomScale
Field Value
Type |
System.Windows.Forms.RadioButton |
Declaration
public RadioButton rdDrawingNoScale
Field Value
Type |
System.Windows.Forms.RadioButton |
Declaration
public RadioButton rdDrawingPreDefinedScale
Field Value
Type |
System.Windows.Forms.RadioButton |
Declaration
public MeasureTextBox txtDrawingCustomHeight
Field Value
Declaration
public MeasureTextBox txtDrawingCustomWidth
Field Value
txtDrawingScalePageHeight
Declaration
public MeasureTextBox txtDrawingScalePageHeight
Field Value
txtDrawingScalePageWidth
Declaration
public MeasureTextBox txtDrawingScalePageWidth
Field Value
Properties
Gets or sets the current setting measure units.
Declaration
public MeasureUnits MeasureUnits { get; set; }
Property Value
PageScale
Gets or sets the page scale.
Declaration
public PageScale PageScale { get; set; }
Property Value
PageSize
Gets or sets the size in measure current measurement units.
Declaration
public PageSize PageSize { get; set; }
Property Value
Type |
Description |
PageSize |
The size in current measurement units.
|
Methods
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
true if managed resources should be disposed; otherwise, false.
|
Events
Occurs when measure units is changed.
Declaration
public event EventHandler MeasureUnitsChanged
Event Type
PageScaleChanged
Occurs when page scale is changed.
Declaration
public event EventHandler PageScaleChanged
Event Type
PageSizeChanged
Occurs when page size is changed.
Declaration
public event EventHandler PageSizeChanged
Event Type