ActionsPane.Anchor 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 edges of the container to which the actions pane is bound and determines how the user control is resized with its parent.
public:
property System::Windows::Forms::AnchorStyles Anchor { System::Windows::Forms::AnchorStyles get(); void set(System::Windows::Forms::AnchorStyles value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.AnchorStyles Anchor { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Anchor : System.Windows.Forms.AnchorStyles with get, set
Public Property Anchor As AnchorStyles
Property Value
A bitwise combination of the AnchorStyles values. The default is Top
and Left
.
- Attributes
Remarks
This property provides the same functionality as the System.Windows.Forms.Control.Anchor property. For more information about using this property, see System.Windows.Forms.Control.Anchor.