Click or drag to resize
AB4D logo

WinRtXamlWriterSettings Class

WinRtXamlWriterSettings defines settings for use with GetXaml method to get XAML defined for Windows Runtime (Windows Store applications).
Inheritance Hierarchy

Namespace:  Ab2d.Common.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
public class WinRtXamlWriterSettings : WpfXamlWriterSettings

The WinRtXamlWriterSettings type exposes the following members.

Constructors
  NameDescription
Public methodWinRtXamlWriterSettings
Constructor
Top
Properties
  NameDescription
Public propertyFallbackBrush
Gets or sets a Brush that is used for Windows Runtime XAML instead of brushes that are not supported in Windows Runtime (for example VisualBrush or RadialGradientBrush). Default value is Brushes.White.
Public propertyIsSizeSetToPathElement
Gets of sets a Boolean that specifies if Width and Height are set to Path elements. This is a workaround for Visual Studio 2010 designer bug - without Width and Height set, the Path is not displayed in designer. Default value is true.
Top
See Also