NumberBox.Header Property

Definition

Gets or sets the content for the control's header.

C#
public object Header { get; set; }

Property Value

Object

The content of the control's header. The default is null.

Remarks

If you use text as the header and it exceeds the width of the NumberBox control, you can set the IsWrapEnabled property to true to wrap the header text.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also