Gets or sets the filter alignment.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public FilterAlignment FilterAlignment { get; set; } |
Visual Basic |
---|
Public Property FilterAlignment As FilterAlignment
Get
Set |
Visual C++ |
---|
public:
property FilterAlignment FilterAlignment {
FilterAlignment get ();
void set (FilterAlignment value);
} |
F# |
---|
member FilterAlignment : FilterAlignment with get, set
|
Property Value
Type:
FilterAlignmentThe filter alignment.
See Also