[]
        
(Showing Draft Content)

C1.Win.Input.Styles.ItemStyle-1

ItemStyle<T> Class

The ItemStyle class represents the item element style.

Namespace: C1.Win.Input.Styles
Assembly: C1.Win.Input.8.dll
Syntax
public class ItemStyle<T> : ItemBaseStyle<T>, INotifyPropertyChanged, IDisposable where T : BaseC1FrameworkStyle, new()
Type Parameters
Name Description
T

State element type.

Properties

Name Description
Corners

Gets or sets the radii of the element corners.

Margins

Gets or sets the thickness of the margins around the element.

Methods

Name Description
ResetCorners()

Restores the default value of the Corners property.

ResetMargins()

Restores the default value of the Margins property.

ShouldSerializeCorners()

Specifies whether to save the value of the Corners property.

ShouldSerializeMargins()

Specifies whether to save the value of the Margins property.