RowStyle Class

Represents the RowStyle class objects.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public class RowStyle : ICloneable, IDisposable, 
	INotifyPropertyChanged
Inheritance
Object    RowStyle
Implements
INotifyPropertyChanged, ICloneable, IDisposable

Remarks

TouchList contains one object of [!:RowItemCollection]. This [!:RowItemCollection] can be got by TouchList's [!:TouchList.RowItem] property. When TouchList paints itself it iterates through this collection and lets each RowItem to paint itself.

Constructors

RowStyle Constructs a new RowStyle object.
RowStyle(RowStyle) Copy constructor.

Properties

ItemStyles Gets or sets ItemStyles in a row.
Name Gets or sets the RosStyle's name for designer.
RepositionItemStylesOnHeightChange Specifies whether the reposition of ItemStyles is allowed, based on their anchors.
RowHeight Gets or sets the row's height.
ShowCursorInDesigner Shows or hides the cursor in designer.

Methods

Clear Clears the ItemStyles/>.
Clone Clones the RowStyle object.
Dispose Disposes all resources used by this object.
Dispose(Boolean) Disposes unmanaged and possibly managed resources used by this object.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Destructs this object by calling its Dispose(Boolean) method.
(Overrides ObjectFinalize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnPropertyChanged Fires the PropertyChanged event.
Scale Scales the RowStyle by a given factor.
ShouldSerializeName Indicates whether the Name property should be persisted.
ShouldSerializeRepositionItemStylesOnHeightChange Indicates whether the RepositionItemStylesOnHeightChange property should be persisted.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

PropertyChanged Fired whenever a value of a property of RowStyle changes.

See Also