Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.33 KB

linedisplayattributes_screensizeincharacters.md

File metadata and controls

29 lines (19 loc) · 1.33 KB
-api-id -api-type
P:Windows.Devices.PointOfService.LineDisplayAttributes.ScreenSizeInCharacters
winrt property

Windows.Devices.PointOfService.LineDisplayAttributes.ScreenSizeInCharacters

-description

Gets or sets the current screen size.

-property-value

The current screen size in characters.

-remarks

When the device supports multiple screen sizes (LineDisplayCapabilities.CanChangeScreenSize is True) this writeable property configures the current screen size. When bitmaps are also supported, changing the ScreenSizeinCharacters property may cause MaxBitmapSize to change to a new value.

When the device supports only one screen size (LineDisplayCapabilities.CanChangeScreenSize is False) this property supports only one value, behaving as a read-only property.

Changes to this property are committed to the device on the next call to ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes).

-see-also

ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes)

-examples