- Namespace
- Avalonia
.Controls - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["Design"]
class Type type-node
Syntax
public static class Design
Fields
Name | Constant Value | Summary |
---|---|---|
DataContextProperty |
static
|
|
HeightProperty |
static
|
|
PreviewWithProperty |
static
|
|
WidthProperty |
static
|
Properties
Name | Value | Summary |
---|---|---|
IsDesignMode | bool |
static
|
Methods
Name | Value | Summary |
---|---|---|
Apply |
void |
static
|
GetDataContext |
object |
static
|
GetHeight |
double |
static
|
GetPreviewWith |
Control |
static
|
GetWidth |
double |
static
|
SetDataContext |
void |
static
|
SetHeight |
void |
static
|
SetPreviewWith |
void |
static
|
SetWidth |
void |
static
|