Gets or sets the width of the area containing the drop-down indicator. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public double SplitButtonSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property SplitButtonSize As Double |
A double value specifying the size.
See Also