Click or drag to resize
SilverlightXamlWriterSettingsFallbackBrush Property
Gets or sets a Brush that is used for Silverlight XAML instead of VisualBrush (default value is Brushes.White).

Namespace: Ab2d.Common.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public Brush FallbackBrush { get; set; }

Property Value

Type: Brush
Remarks

When an element is using a VisualBrush it cannot be used in Silverlight. The FallbackBrush property is used to define the Brush that is used instead. The default value is Brushes.White.

See Also