WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrawingScaleControl - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DrawingScaleControl

    Drawing scale control.

    Inheritance
    System.Object
    DrawingScaleControl
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class DrawingScaleControl : UserControl

    Constructors

    DrawingScaleControl()

    Initializes a new instance of the DrawingScaleControl class.

    Declaration
    public DrawingScaleControl()

    Fields

    comboDrawingPreDefinedPaper

    Declaration
    public ComboBox comboDrawingPreDefinedPaper
    Field Value
    Type Description
    System.Windows.Forms.ComboBox

    comboDrawingPreDefinedStandart

    Declaration
    public ComboBox comboDrawingPreDefinedStandart
    Field Value
    Type Description
    System.Windows.Forms.ComboBox

    comboMeasureUnits

    Declaration
    public ComboBox comboMeasureUnits
    Field Value
    Type Description
    System.Windows.Forms.ComboBox

    rdDrawingCustomScale

    Declaration
    public RadioButton rdDrawingCustomScale
    Field Value
    Type Description
    System.Windows.Forms.RadioButton

    rdDrawingNoScale

    Declaration
    public RadioButton rdDrawingNoScale
    Field Value
    Type Description
    System.Windows.Forms.RadioButton

    rdDrawingPreDefinedScale

    Declaration
    public RadioButton rdDrawingPreDefinedScale
    Field Value
    Type Description
    System.Windows.Forms.RadioButton

    txtDrawingCustomHeight

    Declaration
    public MeasureTextBox txtDrawingCustomHeight
    Field Value
    Type Description
    MeasureTextBox

    txtDrawingCustomWidth

    Declaration
    public MeasureTextBox txtDrawingCustomWidth
    Field Value
    Type Description
    MeasureTextBox

    txtDrawingScalePageHeight

    Declaration
    public MeasureTextBox txtDrawingScalePageHeight
    Field Value
    Type Description
    MeasureTextBox

    txtDrawingScalePageWidth

    Declaration
    public MeasureTextBox txtDrawingScalePageWidth
    Field Value
    Type Description
    MeasureTextBox

    Properties

    MeasureUnits

    Gets or sets the current setting measure units.

    Declaration
    public MeasureUnits MeasureUnits { get; set; }
    Property Value
    Type Description
    MeasureUnits

    The measure units.

    PageScale

    Gets or sets the page scale.

    Declaration
    public PageScale PageScale { get; set; }
    Property Value
    Type Description
    PageScale

    The page scale.

    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

    Dispose(Boolean)

    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

    MeasureUnitsChanged

    Occurs when measure units is changed.

    Declaration
    public event EventHandler MeasureUnitsChanged
    Event Type
    Type Description
    System.EventHandler

    PageScaleChanged

    Occurs when page scale is changed.

    Declaration
    public event EventHandler PageScaleChanged
    Event Type
    Type Description
    System.EventHandler

    PageSizeChanged

    Occurs when page size is changed.

    Declaration
    public event EventHandler PageSizeChanged
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved