Click or drag to resize

SplitStarfieldModel Class

[Missing <summary> documentation for "T:Starfield.SplitStarfieldModel"]

Inheritance Hierarchy

Namespace:  Starfield
Assembly:  Starfield (in Starfield.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SplitStarfieldModel : StarfieldModel

The SplitStarfieldModel type exposes the following members.

Constructors
  NameDescription
Public methodSplitStarfieldModel
Initializes a new instance of the SplitStarfieldModel class
Top
Properties
  NameDescription
Public propertyBrightness (Inherited from StarfieldModel.)
Public propertyMinLevel (Inherited from StarfieldModel.)
Public propertyModel1
Public propertyModel2
Public propertyNeedSafetyLight (Inherited from StarfieldModel.)
Top
Methods
  NameDescription
Public methodClear (Overrides StarfieldModelClear.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetColor (Overrides StarfieldModelGetColor(Int32, Int32, Int32).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPresence (Inherited from StarfieldModel.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetColor (Overrides StarfieldModelSetColor(Int32, Int32, Int32, Color).)
Public methodStop (Inherited from StarfieldModel.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fielddimmer (Inherited from StarfieldModel.)
Public fieldEnableDimmer (Inherited from StarfieldModel.)
Public fieldLEDColors (Inherited from StarfieldModel.)
Protected fieldlockObject (Inherited from StarfieldModel.)
Protected fieldmodel1
Protected fieldmodel2
Public fieldNumX (Inherited from StarfieldModel.)
Public fieldNumY (Inherited from StarfieldModel.)
Public fieldNumZ (Inherited from StarfieldModel.)
Public fieldXStep (Inherited from StarfieldModel.)
Public fieldYStep (Inherited from StarfieldModel.)
Public fieldZStep (Inherited from StarfieldModel.)
Top
See Also