Click or drag to resize

FloatContext Properties

The FloatContext type exposes the following members.

Properties
  NameDescription
Public propertyContextType
The type of value this context contains.
(Overrides ExpansionContextTContextType.)
Public propertyCount
Gets the number of elements contained in the list.
(Inherited from ExpansionContextT.)
Public propertyDataType
The datatype of the values in this context.
(Overrides TypedValueContextDataType.)
Public propertyIsReadOnly
Indicates if the list can be modified, or is readonly.
(Inherited from ExpansionContextT.)
Public propertyItem
Gets or sets the item at the specified index. Ignores null values.
(Inherited from ExpansionContextT.)
Protected propertyList
Internal list.
(Inherited from ExpansionContextT.)
Public propertyText
A string representation of the values contained.
(Inherited from LocalizableTypedValueContext.)
Public propertyType
The type of item this list contains.
(Inherited from ExpansionContextT.)
Top
See Also