Click or drag to resize

DashPatternList Class

Immutable named list of dash patterns.
Inheritance Hierarchy
SystemObject
  Altaxo.DrawingStyleListBaseIDashPattern
    Altaxo.Drawing.DashPatternManagementDashPatternList

Namespace: Altaxo.Drawing.DashPatternManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class DashPatternList : StyleListBase<IDashPattern>

The DashPatternList type exposes the following members.

Constructors
 NameDescription
Public methodDashPatternList Initializes a new instance of the DashPatternList class.
Top
Properties
 NameDescription
Public propertyCountGets the number of elements in the collection.
(Inherited from StyleListBaseT)
Public propertyIsReadOnly Gets a value indicating whether this list is read-only.
(Inherited from StyleListBaseT)
Public propertyItemGets the element at the specified index in the read-only list.
(Inherited from StyleListBaseT)
Public propertyName Gets the name of the style list.
(Inherited from StyleListBaseT)
Top
Methods
 NameDescription
Public methodAdd Throws because the list is immutable.
(Inherited from StyleListBaseT)
Public methodClear Throws because the list is immutable.
(Inherited from StyleListBaseT)
Public methodContains Determines whether the list contains the specified item.
(Inherited from StyleListBaseT)
Public methodCopyTo Copies the elements of the list to an array.
(Inherited from StyleListBaseT)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from 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 methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from StyleListBaseT)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetSerializationRegistrationKey Gets a key that is used during serialization to decide whether or not the set was already serialized. Use the returned key to retrieve a string from the properties of the serialization info. If the returned property string is null, then the set needs to be serialized; otherwise, it was already serialized before.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIndexOf Returns the index of the specified item.
(Inherited from StyleListBaseT)
Public methodInsert Throws because the list is immutable.
(Inherited from StyleListBaseT)
Public methodIsStructuralEquivalentTo Determines whether the specified list has the same structure and items.
(Inherited from StyleListBaseT)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemove Throws because the list is immutable.
(Inherited from StyleListBaseT)
Public methodRemoveAt Throws because the list is immutable.
(Inherited from StyleListBaseT)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWithName Returns a copy of the style list with a different name.
(Inherited from StyleListBaseT)
Top
Fields
 NameDescription
Protected field_list The items stored in the style list.
(Inherited from StyleListBaseT)
Protected field_name The name of the style list.
(Inherited from StyleListBaseT)
Top
See Also