UpdateDisplayDisplayMode Property |
Gets or sets the display mode for the control.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic ControllerDisplayMode DisplayMode { get; set; }
Public Property DisplayMode As ControllerDisplayMode
Get
Set
public:
property ControllerDisplayMode DisplayMode {
ControllerDisplayMode get ();
void set (ControllerDisplayMode value);
}
member DisplayMode : ControllerDisplayMode with get, set
Property Value
Type:
ControllerDisplayModeOne of the
ControllerDisplayMode values.
See Also