The RowCondition type exposes the following members.

Constructors

  NameDescription
Public methodRowCondition
Initializes a new instance of the RowCondition class

Methods

  NameDescription
Public methodClone
Implements ICloneable
(Inherited from DataStyle.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetBlinkingFontSize
Returns the font size used by this condition. We need this or WinRT will NOT serialize the BLINKINGFONTSIZE
(Inherited from DataStyle.)
Public methodGetFontSize
Returns the font size used by this condition. We need this or WinRT will NOT serialize the FONTSIZE
(Inherited from DataStyle.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetBlinkingFontSize
Sets the font size
(Inherited from DataStyle.)
Public methodSetFontSize
Sets the font size
(Inherited from DataStyle.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBackground
The background of the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyBeepFileLocation
Specifies the location of the beep file for this condition
(Inherited from DataStyle.)
Public propertyBeepSpeed
Specifies the speed of the beeping effect of this DataStyle
(Inherited from DataStyle.)
Public propertyBlinkingBackground
The Blinking background of the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyBlinkingFontFamily
Specifies the FontFamily of the font for the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyBlinkingFontSize
Specifies the size of the font for the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyBlinkingFontStyle
Specifies the FontStyle of the font for the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyBlinkingFontWeight
Specifies the FontWeight of the font for the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyBlinkingForeground
The Blinking foreground of the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyBlinkSpeed
Specifies the speed of the blinking effect of this DataStyle
(Inherited from DataStyle.)
Public propertyFilterKey
The key of the filter that is used to evaluate the data in order to apply this DataStyle
(Inherited from DataStyle.)
Public propertyFontFamily
Specifies the FontFamily of the font for the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyFontSize
Specifies the size of the font for the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyFontStyle
Specifies the FontStyle of the font for the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyFontWeight
Specifies the FontWeight of the font for the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyForeground
The foreground of the visual object that will represent the data element
(Inherited from DataStyle.)
Public propertyName
The Name of this object
(Inherited from DataStyle.)

See Also