Class XamlReaderSettings
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()
Namespace: System.Xaml
Assembly: OpenSilver.Xaml.dll
Syntax
public class XamlReaderSettings
Constructors
| Improve this Doc View SourceXamlReaderSettings()
Declaration
public XamlReaderSettings()
XamlReaderSettings(XamlReaderSettings)
Declaration
public XamlReaderSettings(XamlReaderSettings settings)
Parameters
Type | Name | Description |
---|---|---|
XamlReaderSettings | settings |
Properties
| Improve this Doc View SourceAllowProtectedMembersOnRoot
Declaration
public bool AllowProtectedMembersOnRoot { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BaseUri
Declaration
public Uri BaseUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
IgnoreUidsOnPropertyElements
Declaration
public bool IgnoreUidsOnPropertyElements { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LocalAssembly
Declaration
public Assembly LocalAssembly { get; set; }
Property Value
Type | Description |
---|---|
System.Reflection.Assembly |
ProvideLineInfo
Declaration
public bool ProvideLineInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ValuesMustBeString
Declaration
public bool ValuesMustBeString { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |