ActionsPane.AutoScaleMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the automatic scaling mode of the actions pane.
public:
property System::Windows::Forms::AutoScaleMode AutoScaleMode { System::Windows::Forms::AutoScaleMode get(); void set(System::Windows::Forms::AutoScaleMode value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.AutoScaleMode AutoScaleMode { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.AutoScaleMode : System.Windows.Forms.AutoScaleMode with get, set
Public Property AutoScaleMode As AutoScaleMode
Property Value
A value that represents the current scaling mode. The default is System.Windows.Forms.AutoScaleMode.None.
- Attributes
Remarks
This property provides the same functionality as the System.Windows.Forms.ContainerControl.AutoScaleMode property. For more information about using this property, see System.Windows.Forms.ContainerControl.AutoScaleMode.