ActivityDesignerTheme.Size 属性
定义
获取设计器的大小。Gets the size of the designer.
public:
property System::Drawing::Size Size { System::Drawing::Size get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Size Size { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Size : System.Drawing.Size
Public ReadOnly Property Size As Size
属性值
表示设计器大小的 Size。A Size that represents the size of the designer.
- 属性
注解
大小属性表示设计器的 Size。The size property represents the Size of the designer.