Table of Contents

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

string

ContentClipProperty

public static readonly DependencyProperty ContentClipProperty

Field Value

DependencyProperty

UniformCornerRadiusProperty

public static readonly DependencyProperty UniformCornerRadiusProperty

Field Value

DependencyProperty

Properties

ContentClip

public Geometry ContentClip { get; }

Property Value

Geometry

UniformCornerRadius

public double UniformCornerRadius { get; set; }

Property Value

double

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 SizeChangedInfo

Details of the old and new size involved in the change.