PenStyleSetInfo Properties

 

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

NameDescription
System_CAPS_pubpropertyAlignment

Gets or sets the PenAlignment information.

System_CAPS_pubpropertyBrush

Gets or sets the Brush information for this pen.

System_CAPS_pubpropertyColor

Gets or sets the Color information for this pen.

System_CAPS_pubpropertyCompoundArray

Gets or sets an array values that specify a compound pen. A compound pen draws a compound line made up of parallel lines and spaces.

System_CAPS_pubpropertyCustomEndCap

Gets or sets a custom cap to use at the end of lines drawn with this Pen object.

System_CAPS_pubpropertyCustomStartCap

Gets or sets a custom cap to use at the beginning of lines drawn with this Pen object.

System_CAPS_pubpropertyDashCap

Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this Pen object.

System_CAPS_pubpropertyDashOffset

Gets or sets the distance from the start of a line to the beginning of a dash pattern.

System_CAPS_pubpropertyDashPattern

Gets or sets an array of custom dashes and spaces.

System_CAPS_pubpropertyDashStyle

Gets or sets the style used for dashed lines drawn with this Pen object.

System_CAPS_pubpropertyEndCap

Gets or sets the cap style used at the end of lines drawn with this Pen object.

System_CAPS_pubpropertyLineJoin

Gets or sets the join style for the ends of two consecutive lines drawn with this Pen object.

System_CAPS_pubpropertyMiterLimit

Gets or sets the limit of the thickness of the join on a mitered corner.

System_CAPS_pubpropertyStartCap

Gets or sets the cap style used at the beginning of lines drawn with this Pen object.

System_CAPS_pubpropertyTransform

Gets or sets the geometric transformation for this Pen object.

System_CAPS_pubpropertyWidth

Gets or sets the width of this Pen object.

Return to top
Show: