Click or drag to resize
SilverlightXamlWriterSettings Class
SilverlightXamlWriterSettings defines settings for use with GetXaml method to get xaml defined for Silverlight.
Inheritance Hierarchy

Namespace: Ab2d.Common.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public class SilverlightXamlWriterSettings : WpfXamlWriterSettings

The SilverlightXamlWriterSettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFallbackBrush
Gets or sets a Brush that is used for Silverlight XAML instead of VisualBrush (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.
Public propertySilverlightVersion
Gets or sets the Silverlight version.
Top
See Also