Brushes.AliceBlue Egenskap

Definition

Hämtar den fasta fyllningsfärgen som har ett hexadecimalt värde på #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

Egenskapsvärde

En frusen SolidColorBrush med en Color av #FFF0F8FF.

Kommentarer

Eftersom penseln som returneras av den här egenskapen är låst (dess IsFrozen egenskap är true) kan den inte animeras. Information om hur du animerar en SolidColorBrush finns i How to: Animate the Color or Opacity of a SolidColorBrush.

Brushes Se klasssidan för användningsinformation, inklusive exempel, och för en lista över fördefinierade systemfärger.

XAML-attributanvändning

<object property="AliceBlue"/>

Gäller för