Click or drag to resize
WinRtXamlWriterSettingsFallbackBrush Property
Gets or sets a Brush that is used for Windows Runtime XAML instead of brushes that are not spupported in Windows Runtime (for example VisualBrush or RadialGradientBrush). 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
See Also