CADability dotNET

The Style type exposes the following members.

Constructors

  NameDescription
Public methodStyle()()()()
Public methodStyle(String)
Protected methodStyle(SerializationInfo, StreamingContext)
Constructor required by deserialization

Methods

  NameDescription
Public methodAdded (Overrides IShowPropertyImpl..::..Added(IPropertyTreeView).)
Public methodApply
Applies this style to the given GeoObject. Since the style knows better about the different kinds of interfaces and attributes, this is implemented in the Style class not in IGeoObjectImpl.
Public methodCheck
Checks whether the given GeoObject accords to this style
Public methodClone
Public methodGetContextMenu
Overrides GetContextMenu()()()(), returns the context menu with the id "MenuId.StyleEntry". (see LoadContextMenu(String, ICommandHandler))
(Overrides IShowPropertyImpl..::..GetContextMenu()()()().)
Public methodStatic memberGetDefault
Returns a default (empty) Style. Use this function if you need a Style and dont have access to a StyleList.
Public methodGetObjectData
Public methodIsDefaultFor
Public methodLabelChanged (Overrides IShowPropertyImpl..::..LabelChanged(String).)
Public methodRemoved (Overrides IShowPropertyImpl..::..Removed(IPropertyTreeView).)
Public methodRemoveDefaultFor
Public methodSetDefaultFor

Properties

  NameDescription
Public propertyColorDef
Public propertyDefaultFor
Public propertyDimensionStyle
Public propertyEntryType
Overrides EntryType, returns GroupTitle.
(Overrides IShowPropertyImpl..::..EntryType.)
Public propertyHatchStyle
Public propertyLabelText
Implements LabelText.
(Overrides IShowPropertyImpl..::..LabelText.)
Public propertyLabelType
Overrides LabelType
(Overrides IShowPropertyImpl..::..LabelType.)
Public propertyLayer
Public propertyLinePattern
Public propertyLineWidth
Public propertyName
The name of the Style. Different Styles in the same list must have different names.
Public propertyParent
The StyleList that contains this Style. May be null.
Public propertySubEntries
Overrides SubEntries, returns the subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntries.)
Public propertySubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
(Overrides IShowPropertyImpl..::..SubEntriesCount.)

Explicit Interface Implementations

See Also