LineDisplayCapabilities Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the line display capabilities.
public ref class LineDisplayCapabilities sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LineDisplayCapabilities final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LineDisplayCapabilities final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class LineDisplayCapabilities
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LineDisplayCapabilities
Public NotInheritable Class LineDisplayCapabilities
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Remarks
This object is accessed when you retrieve the Capabilities property of the LineDisplay object.
Properties
CanBlink |
Gets whether the line display supports blinking |
CanChangeBlinkRate |
Gets whether the line display supports changing its blink rate. |
CanChangeScreenSize |
Gets whether the line display supports changing its screen size. |
CanDisplayBitmaps |
Gets whether the line display supports displaying bitmaps. |
CanDisplayCustomGlyphs |
Gets whether the line display supports displaying custom glyphs. |
CanMapCharacterSets |
Gets whether the line display supports mapping characters sets. |
CanReadCharacterAtCursor |
Gets whether the line display supports reading characters at the current cursor position. |
CanReverse |
Gets whether the line display supports reversing the video display. |
IsBrightnessSupported |
Gets whether the line display supports adjusting the screen brightness. |
IsCursorSupported |
Gets whether the line display supports a cursor. |
IsHorizontalMarqueeSupported |
Gets whether the line display supports horizontal marquee scrolling. |
IsInterCharacterWaitSupported |
Gets whether the line display supports delaying between displaying successive characters. |
IsStatisticsReportingSupported |
Gets whether the line display supports reporting statistics. |
IsStatisticsUpdatingSupported |
Gets whether the line display supports updating (or resetting) statistics. |
IsVerticalMarqueeSupported |
Gets whether the line display supports vertical marquee scrolling. |
PowerReportingType |
Gets the type of power reporting supported by the line display. |
SupportedDescriptors |
Gets the number of descriptors supported by the line display. |
SupportedWindows |
Gets the maximum number of windows supported by the line display. |