Interface IFormOption
- Namespace
- H.Services.Message.Form
- Assembly
- H.Services.Message.dll
public interface IFormOption
- Extension Methods
-
Properties
string ExceptPropertyNames { get; set; }
Property Value
- string
IComparer<string> GroupOrderComparer { get; set; }
Property Value
- IComparer<string>
HorizontalAlignment HorizontalAlignment { get; set; }
Property Value
- HorizontalAlignment
Thickness Margin { get; set; }
Property Value
- Thickness
double MessageWidth { get; set; }
Property Value
- double
double MinWidth { get; set; }
Property Value
- double
Thickness Padding { get; set; }
Property Value
- Thickness
object SelectObject { get; set; }
Property Value
- object
bool UseArray { get; set; }
Property Value
- bool
bool UseAsync { get; set; }
Property Value
- bool
bool UseBoolen { get; set; }
Property Value
- bool
bool UseClass { get; set; }
Property Value
- bool
bool UseCommand { get; set; }
Property Value
- bool
bool UseCommandOnly { get; set; }
Property Value
- bool
bool UseDateTime { get; set; }
Property Value
- bool
bool UseDeclaredOnly { get; set; }
Property Value
- bool
bool UseDisplayOnly { get; set; }
Property Value
- bool
bool UseEnum { get; set; }
Property Value
- bool
bool UseEnumerator { get; set; }
Property Value
- bool
bool UseGroup { get; set; }
Property Value
- bool
string UseGroupNames { get; set; }
Property Value
- string
bool UseInterface { get; set; }
Property Value
- bool
bool UseNull { get; set; }
Property Value
- bool
bool UseOrder { get; set; }
Property Value
- bool
bool UseOrderByName { get; set; }
Property Value
- bool
bool UseOrderByType { get; set; }
Property Value
- bool
bool UsePresenter { get; set; }
Property Value
- bool
bool UsePrimitive { get; set; }
Property Value
- bool
string UsePropertyNames { get; set; }
Property Value
- string
bool UsePropertyView { get; set; }
Property Value
- bool
bool UseString { get; set; }
Property Value
- bool
bool UseTypeConverter { get; set; }
Property Value
- bool
bool UseTypeConverterOnly { get; set; }
Property Value
- bool
VerticalAlignment VerticalAlignment { get; set; }
Property Value
- VerticalAlignment
double Width { get; set; }
Property Value
- double