SilverlightXamlWriterSettings Class |
Namespace: Ab2d.Common.ReaderWmf
public class SilverlightXamlWriterSettings : WpfXamlWriterSettings
The SilverlightXamlWriterSettings type exposes the following members.
Name | Description | |
---|---|---|
SilverlightXamlWriterSettings |
Constructor
| |
SilverlightXamlWriterSettings(Int32) |
Constructor
| |
SilverlightXamlWriterSettings(SilverlightXamlWriterSettingsSilverlightVersionType) |
Constructor
|
Name | Description | |
---|---|---|
FallbackBrush |
Gets or sets a Brush that is used for Silverlight XAML instead of VisualBrush (default value is Brushes.White).
| |
IsSizeSetToPathElement |
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.
| |
SilverlightVersion |
Gets or sets the Silverlight version.
|