Class XamlObjectWriterSettings
Inheritance
System.Object
XamlObjectWriterSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: OpenSilver.Xaml.dll
Syntax
public class XamlObjectWriterSettings : XamlWriterSettings
Constructors
|
Improve this Doc
View Source
XamlObjectWriterSettings()
Declaration
public XamlObjectWriterSettings()
|
Improve this Doc
View Source
XamlObjectWriterSettings(XamlObjectWriterSettings)
Declaration
public XamlObjectWriterSettings(XamlObjectWriterSettings settings)
Parameters
Properties
|
Improve this Doc
View Source
AfterBeginInitHandler
Declaration
public EventHandler<XamlObjectEventArgs> AfterBeginInitHandler { get; set; }
Property Value
|
Improve this Doc
View Source
AfterEndInitHandler
Declaration
public EventHandler<XamlObjectEventArgs> AfterEndInitHandler { get; set; }
Property Value
|
Improve this Doc
View Source
AfterPropertiesHandler
Declaration
public EventHandler<XamlObjectEventArgs> AfterPropertiesHandler { get; set; }
Property Value
|
Improve this Doc
View Source
BeforePropertiesHandler
Declaration
public EventHandler<XamlObjectEventArgs> BeforePropertiesHandler { get; set; }
Property Value
|
Improve this Doc
View Source
ExternalNameScope
Declaration
public INameScope ExternalNameScope { get; set; }
Property Value
|
Improve this Doc
View Source
IgnoreCanConvert
Declaration
public bool IgnoreCanConvert { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PreferUnconvertedDictionaryKeys
Declaration
public bool PreferUnconvertedDictionaryKeys { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RegisterNamesOnExternalNamescope
Declaration
public bool RegisterNamesOnExternalNamescope { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RootObjectInstance
Declaration
public object RootObjectInstance { get; set; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
SkipDuplicatePropertyCheck
Declaration
public bool SkipDuplicatePropertyCheck { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SkipProvideValueOnRoot
Declaration
public bool SkipProvideValueOnRoot { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
XamlSetValueHandler
Declaration
public EventHandler<XamlSetValueEventArgs> XamlSetValueHandler { get; set; }
Property Value
Extension Methods