Constructors
Methods
-
Apply
Template() sealed -
Arrange
Override(Size) protectedvirtual -
Create
Child() protectedvirtual Creates the child control. -
Measure
Override(Size) protectedvirtual -
On
Attached protectedvirtualTo Logical Tree(Logical Tree Attachment Event Args) -
Render(Drawing
Context) virtual -
Update
Child() Updates the Child control based on the control's Content.
Fields
-
Background
Property static Defines the Background property. -
Border
Brush static Defines the BorderBrush property.Property -
Border
Thickness static Defines the BorderThickness property.Property -
Child
Property static Defines the Child property. -
Content
Property static Defines the Content property. -
Content
Template static Defines the ContentTemplate property.Property -
Corner
Radius static Defines the CornerRadius property.Property -
Horizontal
Content static Defines the HorizontalContentAlignment property.Alignment Property -
Padding
Property static Defines the Padding property. -
Vertical
Content static Defines the VerticalContentAlignment property.Alignment Property
Properties
- Background Gets or sets a brush with which to paint the background.
-
Border
Brush Gets or sets a brush with which to paint the border. -
Border
Thickness Gets or sets the thickness of the border. - Child sealed Gets the control displayed by the presenter.
- Content sealed Gets or sets the content to be displayed by the presenter.
-
Content
Template Gets or sets the data template used to display the content of the control. -
Corner
Radius Gets or sets the radius of the border rounded corners. -
Horizontal
Content Gets or sets the horizontal alignment of the content within the border the control.Alignment - Padding Gets or sets the space between the border and the Child control.
-
Vertical
Content Gets or sets the vertical alignment of the content within the border of the control.Alignment