編集

次の方法で共有


ActivityDesignerTheme.BorderStyle Property

Definition

Gets or sets the style used for the border.

public:
 virtual property System::Drawing::Drawing2D::DashStyle BorderStyle { System::Drawing::Drawing2D::DashStyle get(); void set(System::Drawing::Drawing2D::DashStyle value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.FilteredEnumConverter))]
public virtual System.Drawing.Drawing2D.DashStyle BorderStyle { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.FilteredEnumConverter))>]
member this.BorderStyle : System.Drawing.Drawing2D.DashStyle with get, set
Public Overridable Property BorderStyle As DashStyle

Property Value

A DashStyle enumeration that represents the style used for the border.

Attributes

Remarks

The BorderStyle is the style of line to draw for borders of shapes.

Applies to