ActivityDesignerTheme.DesignerGeometry 属性
定义
获取设计器的几何图形。Gets the geometry of the designer.
public:
property System::Workflow::ComponentModel::Design::DesignerGeometry DesignerGeometry { System::Workflow::ComponentModel::Design::DesignerGeometry get(); };
[System.ComponentModel.Browsable(false)]
public System.Workflow.ComponentModel.Design.DesignerGeometry DesignerGeometry { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DesignerGeometry : System.Workflow.ComponentModel.Design.DesignerGeometry
Public ReadOnly Property DesignerGeometry As DesignerGeometry
属性值
描述设计器的几何图形的枚举。An enumeration that describes the geometry of the designer.
- 属性
注解
DesignerGeometry 表示主题形状的默认几何图形。DesignerGeometry represents the default geometry of shapes for the theme.
Rectangle
绘制带有方角的形状。Draws shapes with squared corners.
RoundedRectangle
绘制带有圆角的形状。Draws shapes with rounded corners.