PenStyleSetInfo Class

 

Contains the StyleSet information about a pen. These are all of the settings that be placed on a Pen like Color, Alignment, LineCap, PenType, etc. The information is used to create a unique hash code for this class which is used in the HybridDictionary for lookup of a particular cached resourse.

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

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::PenStyleSetInfo

public ref class PenStyleSetInfo : ICloneable

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.

NameDescription
System_CAPS_pubmethodClone()

Method to create a new instance of this object with the same instance data.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to this one. Only equal if all of their properties are equal.(Overrides Object::Equals(Object^).)

System_CAPS_pubmethodSystem_CAPS_staticEquals(Object^, Object^)

Determines whether the two specified objects are equal to each other

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a PenStyleSetInfo, suitable for use in hashing algorithms and data structures like a hash table.(Overrides Object::GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: