Brushes.AliceBlue Property

Definition

Gets the solid fill color that has a hexadecimal value of #FFF0F8FF.

public:
 static property System::Windows::Media::SolidColorBrush ^ AliceBlue { System::Windows::Media::SolidColorBrush ^ get(); };
public static System.Windows.Media.SolidColorBrush AliceBlue { get; }
static member AliceBlue : System.Windows.Media.SolidColorBrush
Public Shared ReadOnly Property AliceBlue As SolidColorBrush

Property Value

A frozen SolidColorBrush with a Color of #FFF0F8FF.

Remarks

Because the brush returned by this property is frozen (its IsFrozen property is true), it can't be animated. For information about how to animate a SolidColorBrush, see How to: Animate the Color or Opacity of a SolidColorBrush.

See the Brushes class page for usage information, including examples, and for a listing of predefined system colors.

XAML Attribute Usage

<object property="AliceBlue"/>  

Applies to