SystemParameters.WindowResizeBorderThickness 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取窗口周围调整边框大小的大小。
public:
static property System::Windows::Thickness WindowResizeBorderThickness { System::Windows::Thickness get(); };
public static System.Windows.Thickness WindowResizeBorderThickness { [System.Security.SecurityCritical] get; }
public static System.Windows.Thickness WindowResizeBorderThickness { get; }
[<get: System.Security.SecurityCritical>]
static member WindowResizeBorderThickness : System.Windows.Thickness
static member WindowResizeBorderThickness : System.Windows.Thickness
Public Shared ReadOnly Property WindowResizeBorderThickness As Thickness
属性值
窗口周围调整边框的大小,以与设备无关的单位(1/96 英寸)。
- 属性