VisualStyleRenderer.GetMargins(IDeviceContext, MarginProperty) Method

Definition

Returns the value of the specified margins property for the current visual style element.

public:
 System::Windows::Forms::Padding GetMargins(System::Drawing::IDeviceContext ^ dc, System::Windows::Forms::VisualStyles::MarginProperty prop);
public System.Windows.Forms.Padding GetMargins (System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.MarginProperty prop);
member this.GetMargins : System.Drawing.IDeviceContext * System.Windows.Forms.VisualStyles.MarginProperty -> System.Windows.Forms.Padding
Public Function GetMargins (dc As IDeviceContext, prop As MarginProperty) As Padding

Parameters

dc
IDeviceContext

The IDeviceContext this operation will use.

prop
MarginProperty

One of the MarginProperty values that specifies which property value to retrieve for the current visual style element.

Returns

A Padding that contains the value of the property specified by the prop parameter for the current visual style element.

Exceptions

dc is null.

prop is not one of the MarginProperty values.

Remarks

Visual styles use a set of margin values to describe some properties of the elements defined by a style. These properties are encapsulated by the MarginProperty values.

Applies to