- Namespace
- MahApps
.Metro .Controls - Base Types
-
- Button
graph BT
Type-->Base0["Button"]
Type["Tile"]
class Type type-node
Syntax
public class Tile : Button
Fields
| Name | Field Type | Constant Value | Summary |
|---|---|---|---|
| Count |
DependencyProperty |
static
|
|
| CountProperty | DependencyProperty |
static
|
|
| Horizontal |
DependencyProperty |
HorizontalTitleAlignment Dependency Property.
Default Value: HorizontalAlignment.Left
static
|
|
| KeepDraggingProperty | DependencyProperty |
static
|
|
| TiltFactorProperty | DependencyProperty |
static
|
|
| Title |
DependencyProperty |
static
|
|
| TitleProperty | DependencyProperty |
static
|
|
| Vertical |
DependencyProperty |
VerticalTitleAlignment Dependency Property.
Default Value: VerticalAlignment.Bottom
static
|
Properties
| Name | Property Type | Summary |
|---|---|---|
| Count | string | |
| CountFontSize | double | |
| Horizontal |
HorizontalAlignment |
Gets/Sets the horizontal alignment of the title.
|
| KeepDragging | bool | |
| TiltFactor | int | |
| Title | string | |
| TitleFontSize | double | |
| Vertical |
VerticalAlignment |
Gets/Sets the vertical alignment of the title.
|