System.Windows.Media 組件: PresentationCore.dll 取得或設定這個SolidColorBrush的色彩。 C# publicSystem.Windows.Media.Color Color {get;set; } 屬性值 Color 筆刷的色彩。 預設值是Transparent。 備註 如需預先定義的色彩清單,請參閱 類別Colors。 如需系統色彩的清單,請參閱 類別SystemColors。
System.Windows.Media.GradientBrush System.Windows.Media.SolidColorBrush System.Windows.Media.TileBrush 属性 TypeConverterAttributeLocalizabilityAttribute 实现 IFormattable 注解 使用Brush其输出“绘制”或“填充”区域。 不同的画笔具有不同的输出类型。 某些画笔使用纯色绘制区域,其他画笔使用渐变、图案、图像或绘图。
System.Windows.Media.GradientBrush System.Windows.Media.SolidColorBrush System.Windows.Media.TileBrush 屬性 TypeConverterAttributeLocalizabilityAttribute 實作 IFormattable 備註 「Brush繪製」或「填滿」區域及其輸出。 不同的筆刷有不同類型的輸出。 有些筆刷會以純色繪製區域,其他則使用漸層、圖樣、影像或繪圖。 下...
publicSystem.Windows.Media.Color Color {get;set; } Property Value Color The brush's color. The default value isTransparent. Remarks For a list of predefined colors, see theColorsclass. For a list of system colors, see theSystemColorsclass. ...
Namespace: System.Windows.Media Assembly: PresentationCore.dll Gets or sets the color of this SolidColorBrush. C# Kopiraj public System.Windows.Media.Color Color { get; set; } Property Value Color The brush's color. The default value is Transparent. Remarks For a list of predefined ...
System.Windows.Media.SolidColorBrush System.Windows.Media.TileBrush Attributes TypeConverterAttributeLocalizabilityAttribute Implements IFormattable Remarks ABrush"paints" or "fills" an area with its output. Different brushes have different types of output. Some brushes paint an area with a solid color,...
publicabstractclassTileBrush:System.Windows.Media.Brush 派生 System.Windows.Media.DrawingBrush System.Windows.Media.ImageBrush System.Windows.Media.VisualBrush 注解 的TileBrush派生类定义用于绘制区域的磁贴的内容。 例如,使用ImageBrush类通过图像绘制区域。
public sealed class SolidColorBrush : System.Windows.Media.Brush继承 Object DispatcherObject DependencyObject Freezable Animatable Brush SolidColorBrush 注解为方便起见, Brushes 类提供了一组常用 SolidColorBrush 对象,例如 Blue 和Yellow。Freezable 功能: 由于它继承自 Freezable 类,因此 类 SolidColorBrush 提供...
Drawing.Imaging; using System.IO; namespace Base64Study { /// /// bas ...
color to use for rendering in case the<see cref="MarkupExtension"/>can't work correctly.///publicColor FallbackColor {get;set; } = Colors.White;//////Gets or sets a value that specifies the base background color for the brush.///publicColor Color {get;set; } = Colors.White;public...