SilverlightXamlWriterSettingsIsSizeSetToPathElement Property |
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.
Namespace: Ab2d.Common.ReaderWmfAssembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax public bool IsSizeSetToPathElement { get; set; }
Property Value
Type:
BooleanSee Also