Share via


KinectCircleButton.ContentForeground Property

Foreground brush to use for content (e.g.: arrow glyph inside button).

Syntax

public Brush ContentForeground { get; set; }

Property Value

Type: Brush
Type of brush to use.

Remarks

This property is provided as a convenience for content to be able to bind to it. The expectation is that KinectCircleButton style authors will set this property in response to control property changes or other triggers. Color scheme configuration should be done by specifying Foreground and ContentPressedForeground brushes rather than by explicitly specifying a ContentForeground brush.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Controls

Assembly: Microsoft.Kinect.Toolkit.Controls (in microsoft.kinect.toolkit.controls.dll)

See Also

Reference

KinectCircleButton Class
KinectCircleButton Members
Microsoft.Kinect.Toolkit.Controls Namespace