Enum WBAdd
Flags for wpfBuilder.Add.
[Flags]
public enum WBAdd
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
ChildOfLast | Add as child of wpfBuilder.Last, which can be of type (or base type):
|
DontSetProperties | Don't adjust some properties (padding, aligning, specified in wpfBuilder.Options, etc) of some control types. Just set default margin, except if ChildOfLast. |