Class HitTestArea
Specifies hit test area of the SplitButton control.
Inheritance
System.Object
HitTestArea
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public sealed class HitTestArea : Enum
Fields
ImageOnly
Only image is selected.
Declaration
public const HitTestArea ImageOnly
Field Value
Type |
---|
HitTestArea |
LabelAndImage
Both label and image are selected.
Declaration
public const HitTestArea LabelAndImage
Field Value
Type |
---|
HitTestArea |