NumberBox.Header Property

Definition

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

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property Platform::Object ^ Header { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Header();

void Header(IInspectable value);
public object Header { get; set; }
Public Property Header As Object

Property Value

Object

Platform::Object

IInspectable

Applies to