Click or drag to resize

DashStyleEx Class

Represents either a predefined or custom dash style.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.GdiDashStyleEx

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[SerializableAttribute]
public class DashStyleEx : IImmutable, 
	IEquatable<DashStyleEx>

The DashStyleEx type exposes the following members.

Constructors
 NameDescription
Public methodDashStyleEx(DashStyle) Initializes a new instance of the DashStyleEx class from a predefined dash style.
Public methodDashStyleEx(Double) Initializes a new instance of the DashStyleEx class from a custom dash pattern.
Public methodDashStyleEx(Single) Initializes a new instance of the DashStyleEx class from a custom dash pattern.
Top
Properties
 NameDescription
Public propertyCustomStyle Gets a copy of the custom dash pattern.
Public propertyStatic memberDash Gets a dashed style.
Public propertyStatic memberDashDot Gets a dash-dot style.
Public propertyStatic memberDashDotDot Gets a dash-dot-dot style.
Public propertyStatic memberDot Gets a dotted dash style.
Public propertyIsCustomStyle Gets a value indicating whether this instance represents a custom dash pattern.
Public propertyIsKnownStyle Gets a value indicating whether this instance represents a predefined dash style.
Public propertyKnownStyle Gets the predefined dash style.
Public propertyStatic memberLongDash Gets a long-dash style.
Public propertyStatic memberSolid Gets a solid dash style.
Top
Methods
 NameDescription
Public methodEquals(DashStyleEx)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(DashStyleEx, DashStyleEx) Determines whether two dash style instances are equal.
Public operatorStatic memberInequality(DashStyleEx, DashStyleEx) Determines whether two dash style instances are not equal.
Top
See Also