VisualStyleRenderer.GetMargins(IDeviceContext, MarginProperty) 方法

定義

為目前的視覺化樣式項目傳回指定的邊界屬性值。

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

參數

dc
IDeviceContext

此作業將使用的 IDeviceContext

prop
MarginProperty

MarginProperty 的其中一個值,指定要為目前視覺樣式項目擷取的屬性值。

傳回

Padding

Padding,包含由目前視覺化樣式項目 prop 參數所指定的屬性值。

例外狀況

dcnull

prop 不是其中一個 MarginProperty 值。

備註

視覺化樣式會使用一組邊界值來描述樣式所定義之元素的某些屬性。 這些屬性會由 MarginProperty 值封裝。

適用於