InkHighContrastAdjustment InkHighContrastAdjustment InkHighContrastAdjustment InkHighContrastAdjustment Enum

Definition

Specifies how the InkPresenter object handles input (standard and modified) from the associated InkCanvas control when system is in high contrast mode.

public : enum class InkHighContrastAdjustmentpublic enum InkHighContrastAdjustmentPublic Enum InkHighContrastAdjustment// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Fields

UseOriginalColors UseOriginalColors UseOriginalColors UseOriginalColors

For standard strokes, use the selected color.

For highlighter strokes (InkDrawingAttributes.DrawAsHighlighter ), use the selected color.

UseSystemColors UseSystemColors UseSystemColors UseSystemColors

For standard strokes, use system color.

For highlighter strokes (InkDrawingAttributes.DrawAsHighlighter ), use system highlighter color.

UseSystemColorsWhenNecessary UseSystemColorsWhenNecessary UseSystemColorsWhenNecessary UseSystemColorsWhenNecessary

For standard strokes, use selected color if contrast is sufficient against the background. Otherwise, use system color.

For highlighter strokes (InkDrawingAttributes.DrawAsHighlighter ), use selected color if contrast is sufficient against the background. Otherwise, use system color.