In This Article

BarImageOptions Struct

Stores options data for an image used in a bar control.

public struct BarImageOptions

Constructors

BarImageOptions(BarImageSize)

Initializes a new instance of the BarImageOptions class.

public BarImageOptions(BarImageSize size)
Parameter Type Description
size BarImageSize

A BarImageSize indicating the image size.

Properties

ContextualColor

Gets or sets the optional contextual System.Windows.Media.Color.

public Color? ContextualColor { get; set; }

Property Value

System.Nullable<System.Windows.Media.Color>:

The optional contextual System.Windows.Media.Color.

Default

Gets the default image options instance.

public static BarImageOptions Default { get; }

Property Value

BarImageOptions

Size

Gets or sets a BarImageSize indicating the image size.

public BarImageSize Size { get; set; }

Property Value

BarImageSize:

A BarImageSize indicating the image size.

Inherited Members

  • ValueType.Equals(Object)
  • System.ValueType.GetHashCode()
  • System.ValueType.ToString()
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetType()