VisualStyleRenderer.GetMargins(IDeviceContext, MarginProperty) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前视觉样式元素的指定边距属性的值。
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
参数
此操作将使用的 IDeviceContext。
- prop
- MarginProperty
MarginProperty 值之一,指定要为当前视觉样式元素检索的属性值。
返回
Padding,它包含 prop
参数为当前视觉样式元素指定的属性的值。
例外
dc
为 null
。
prop
不是 MarginProperty 值之一。
注解
视觉样式使用一组边距值来描述样式定义的元素的某些属性。 这些属性由 MarginProperty 值封装。