CompositeDesignerTheme.ExpandButtonSize 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取复合活动设计器上的展开按钮的 Size。
public:
virtual property System::Drawing::Size ExpandButtonSize { System::Drawing::Size get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.Drawing.Size ExpandButtonSize { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ExpandButtonSize : System.Drawing.Size
Public Overridable ReadOnly Property ExpandButtonSize As Size
属性值
一个 Size 对象,其中包含有关 CompositeActivityDesigner 上的展开按钮的高度和宽度的信息。
- 属性