- 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 | Constant Value | Summary |
|---|---|---|
| Count |
static
|
|
| CountProperty |
static
|
|
| Horizontal |
HorizontalTitleAlignment Dependency Property.
Default Value: HorizontalAlignment.Left
static
|
|
| KeepDraggingProperty |
static
|
|
| TiltFactorProperty |
static
|
|
| Title |
static
|
|
| TitleProperty |
static
|
|
| Vertical |
VerticalTitleAlignment Dependency Property.
Default Value: VerticalAlignment.Bottom
static
|
Properties
| Name | Value | 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.
|
