Class Grid
The Grid settings, used only in class Projection.
Inherited Members
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
Assembly: CADability.dll
Syntax
[Serializable]
public class Grid : IShowPropertyImpl, IShowProperty, IPropertyEntry, ISerializable
Constructors
| Improve this Doc View SourceGrid()
Declaration
public Grid()
Grid(SerializationInfo, StreamingContext)
Constructor required by deserialization
Declaration
protected Grid(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 SourceDisplayMode
Declaration
public Grid.Appearance DisplayMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Grid.Appearance |
EntryType
Overrides EntryType, returns GroupTitle.
Declaration
public override ShowPropertyEntryType EntryType { get; }
Property Value
| Type | Description |
|---|---|
| ShowPropertyEntryType |
Overrides
| Improve this Doc View SourceShow
Declaration
public bool Show { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
SubEntries
Overrides SubEntries, returns the subentries in this property view.
Declaration
public override IShowProperty[] SubEntries { get; }
Property Value
| Type | Description |
|---|---|
| IShowProperty[] |
Overrides
| Improve this Doc View SourceSubEntriesCount
Overrides SubEntriesCount, returns the number of subentries in this property view.
Declaration
public override int SubEntriesCount { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Overrides
| Improve this Doc View SourceXDistance
Declaration
public double XDistance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
YDistance
Declaration
public double YDistance { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Methods
| Improve this Doc View SourceAdded(IPropertyPage)
Overrides Added(IPropertyTreeView)
Declaration
public override void Added(IPropertyPage propertyTreeView)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyPage | propertyTreeView |
Overrides
| Improve this Doc View SourceGetObjectData(SerializationInfo, StreamingContext)
Implements System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Declaration
public void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | The System.Runtime.Serialization.SerializationInfo to populate with data. |
| System.Runtime.Serialization.StreamingContext | context | The destination (System.Runtime.Serialization.StreamingContext) for this serialization. |
Removed(IPropertyTreeView)
Overrides Removed(IPropertyTreeView)
Declaration
public override void Removed(IPropertyTreeView propertyTreeView)
Parameters
| Type | Name | Description |
|---|---|---|
| IPropertyTreeView | propertyTreeView | the IPropertyTreeView from which it was removed |
Overrides
Events
| Improve this Doc View SourceGridChangedEvent
Declaration
public event Grid.GridChangedDelegate GridChangedEvent
Event Type
| Type | Description |
|---|---|
| Grid.GridChangedDelegate |
Implements
System.Runtime.Serialization.ISerializable