Show / Hide Table of Contents

Class HatchStyleSolid

A HatchStyle which fills the shape with a solid color. May be used as a base class for different kinds of solid fillings.

Inheritance
System.Object
IShowPropertyImpl
HatchStyle
HatchStyleSolid
Implements
IShowProperty
IPropertyEntry
INamedAttribute
ICommandHandler
System.Runtime.Serialization.ISerializable
Inherited Members
HatchStyle.Parent
HatchStyle.FireDidChange(String, Object)
HatchStyle.Name
HatchStyle.INamedAttribute.GetSelectionProperty(String, Project, GeoObjectList)
HatchStyle.LabelText
HatchStyle.Added(IPropertyPage)
HatchStyle.LabelType
HatchStyle.EntryType
HatchStyle.ContextMenu
HatchStyle.LabelChanged(String)
HatchStyle.GetObjectData(SerializationInfo, StreamingContext)
HatchStyle.ICommandHandler.OnCommand(String)
HatchStyle.ICommandHandler.OnUpdateCommand(String, CommandState)
HatchStyle.ICommandHandler.OnSelected(MenuWithHandler, Boolean)
IShowPropertyImpl.propertyTreeView
IShowPropertyImpl.labelText
IShowPropertyImpl.resourceId
IShowPropertyImpl.flagsToSuppress
IShowPropertyImpl.SuppressFlags(ShowPropertyLabelFlags)
IShowPropertyImpl.Frame
IShowPropertyImpl.IShowProperty.Added(IPropertyTreeView)
IShowPropertyImpl.Added(IPropertyTreeView)
IShowPropertyImpl.Selected()
IShowPropertyImpl.UnSelected()
IShowPropertyImpl.ChildSelected(IShowProperty)
IShowPropertyImpl.Opened(Boolean)
IShowPropertyImpl.Removed(IPropertyTreeView)
IShowPropertyImpl.ShowOpen(Boolean)
IShowPropertyImpl.Select()
IShowPropertyImpl.InfoText
IShowPropertyImpl.HelpLink
IShowPropertyImpl.OwnerDrawHeight
IShowPropertyImpl.IShowProperty.SetTabIndex(Int32)
IShowPropertyImpl.StateChangedEvent
IShowPropertyImpl.SetFocus()
IShowPropertyImpl.Hidden
IShowPropertyImpl.ReadOnly
IShowPropertyImpl.Refresh()
IShowPropertyImpl.OnEnterPressed()
IShowPropertyImpl.OnVisibilityChanged(Boolean)
IShowPropertyImpl.IsSelected
IShowPropertyImpl.Concat(IShowProperty[], IShowProperty[])
IShowPropertyImpl.Update(IShowProperty)
IShowPropertyImpl.SelectedBckgColor
IShowPropertyImpl.SelectedTextColor
IShowPropertyImpl.UnselectedBckgColor
IShowPropertyImpl.UnselectedTextColor
IShowPropertyImpl.IPropertyEntry.IsOpen
IShowPropertyImpl.HasDropDownButton
IShowPropertyImpl.ValueIsEditable
IShowPropertyImpl.Flags
IShowPropertyImpl.Label
IShowPropertyImpl.Value
IShowPropertyImpl.ResourceId
IShowPropertyImpl.SubItems
IShowPropertyImpl.ButtonClicked(PropertyEntryButton)
IShowPropertyImpl.OpenOrCloseSubEntries()
IShowPropertyImpl.propertyPage
IShowPropertyImpl.Removed(IPropertyPage)
IShowPropertyImpl.GetDropDownList()
IShowPropertyImpl.StartEdit(Boolean)
IShowPropertyImpl.EndEdit(Boolean, Boolean, String)
IShowPropertyImpl.EditTextChanged(String)
IShowPropertyImpl.IPropertyEntry.Index
IShowPropertyImpl.IPropertyEntry.IndentLevel
IShowPropertyImpl.Selected(IPropertyEntry)
IShowPropertyImpl.UnSelected(IPropertyEntry)
IShowPropertyImpl.ListBoxSelected(Int32)
IShowPropertyImpl.DeferUpdate
IShowPropertyImpl.PropertyEntryChangedStateEvent
IShowPropertyImpl.PropertyEntryChangedState(StateChangedArgs)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
[Serializable]
public class HatchStyleSolid : HatchStyle, IShowProperty, IPropertyEntry, INamedAttribute, ICommandHandler, ISerializable

Constructors

| Improve this Doc View Source

HatchStyleSolid()

Empty construction

Declaration
public HatchStyleSolid()
| Improve this Doc View Source

HatchStyleSolid(SerializationInfo, StreamingContext)

Constructor required by deserialization

Declaration
protected HatchStyleSolid(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info

SerializationInfo

System.Runtime.Serialization.StreamingContext context

StreamingContext

Properties

| Improve this Doc View Source

Color

Declaration
public ColorDef Color { get; set; }
Property Value
Type Description
ColorDef
| Improve this Doc View Source

SubEntries

Overrides SubEntries, returns the subentries in this property view.

Declaration
public override IShowProperty[] SubEntries { get; }
Property Value
Type Description
IShowProperty[]
Overrides
IShowPropertyImpl.SubEntries
| Improve this Doc View Source

SubEntriesCount

Overrides SubEntriesCount, returns the number of subentries in this property view.

Declaration
public override int SubEntriesCount { get; }
Property Value
Type Description
System.Int32
Overrides
IShowPropertyImpl.SubEntriesCount

Methods

| Improve this Doc View Source

Clone()

Declaration
public override HatchStyle Clone()
Returns
Type Description
HatchStyle
Overrides
HatchStyle.Clone()
| Improve this Doc View Source

GenerateContent(CompoundShape, Plane)

Declaration
public override GeoObjectList GenerateContent(CompoundShape shape, Plane plane)
Parameters
Type Name Description
CompoundShape shape
Plane plane
Returns
Type Description
GeoObjectList
Overrides
HatchStyle.GenerateContent(CompoundShape, Plane)
| Improve this Doc View Source

GetShowProperty()

Declaration
public override IShowProperty GetShowProperty()
Returns
Type Description
IShowProperty
Overrides
HatchStyle.GetShowProperty()

Explicit Interface Implementations

| Improve this Doc View Source

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Declaration
void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

Implements

IShowProperty
IPropertyEntry
INamedAttribute
ICommandHandler
System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX