In This Article

EditorsResourceKeys Class

Provides access to the resource keys that identify all reusable styles/resources included in this assembly.

public static class EditorsResourceKeys
Inheritance:
object object

Properties

RangeSliderThumbHorizontalDownStyleKey

The ResourceKey for a RangeSliderThumb that may be applied to RangeSlider elements in a horizontal orientation where the thumb points down.

public static ResourceKey RangeSliderThumbHorizontalDownStyleKey { get; }

Property Value

ResourceKey

RangeSliderThumbHorizontalStyleKey

The ResourceKey for a RangeSliderThumb that may be applied to RangeSlider elements in a horizontal orientation.

public static ResourceKey RangeSliderThumbHorizontalStyleKey { get; }

Property Value

ResourceKey

RangeSliderThumbHorizontalUpStyleKey

The ResourceKey for a RangeSliderThumb that may be applied to RangeSlider elements in a horizontal orientation where the thumb points up.

public static ResourceKey RangeSliderThumbHorizontalUpStyleKey { get; }

Property Value

ResourceKey

RangeSliderThumbValueBadgeStyleKey

The ResourceKey for the Badge element that displays the value of a RangeSliderThumb on a RangeSlider.

public static ResourceKey RangeSliderThumbValueBadgeStyleKey { get; }

Property Value

ResourceKey

RangeSliderThumbVerticalLeftStyleKey

The ResourceKey for a RangeSliderThumb that may be applied to RangeSlider elements in a vertical orientation where the thumb points left.

public static ResourceKey RangeSliderThumbVerticalLeftStyleKey { get; }

Property Value

ResourceKey

RangeSliderThumbVerticalRightStyleKey

The ResourceKey for a RangeSliderThumb that may be applied to RangeSlider elements in a vertical orientation where the thumb points right.

public static ResourceKey RangeSliderThumbVerticalRightStyleKey { get; }

Property Value

ResourceKey

RangeSliderThumbVerticalStyleKey

The ResourceKey for a RangeSliderThumb that may be applied to RangeSlider elements in a vertical orientation.

public static ResourceKey RangeSliderThumbVerticalStyleKey { get; }

Property Value

ResourceKey

RangeSliderTickBarStyleKey

The ResourceKey for the TickBar controls used by a RangeSlider element.

public static ResourceKey RangeSliderTickBarStyleKey { get; }

Property Value

ResourceKey

Inherited Members