Class Card
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
A card is a content control, styled according to Material Design guidelines.
[TemplatePart(Name = "PART_ClipBorder", Type = typeof(Border))]
public class Card : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
Card
- Implements
- Inherited Members
- Extension Methods
Fields
ClipBorderPartName
public const string ClipBorderPartName = "PART_ClipBorder"
Field Value
ContentClipProperty
public static readonly DependencyProperty ContentClipProperty
Field Value
UniformCornerRadiusProperty
public static readonly DependencyProperty UniformCornerRadiusProperty
Field Value
Properties
ContentClip
public Geometry ContentClip { get; }
Property Value
UniformCornerRadius
public double UniformCornerRadius { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
OnRenderSizeChanged(SizeChangedInfo)
Raises the SizeChanged event, using the specified information as part of the eventual event data.
protected override void OnRenderSizeChanged(SizeChangedInfo sizeInfo)
Parameters
sizeInfo
SizeChangedInfoDetails of the old and new size involved in the change.