EditModeSwitchButton.SyncModeToOwningContainer Property
Gets or sets a value that indicates whether to sync to the owning container. This is a dependency property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property SyncModeToOwningContainer As Boolean
Get
Set
public bool SyncModeToOwningContainer { get; set; }
public:
property bool SyncModeToOwningContainer {
bool get ();
void set (bool value);
}
member SyncModeToOwningContainer : bool with get, set
function get SyncModeToOwningContainer () : boolean
function set SyncModeToOwningContainer (value : boolean)
Property Value
Type: System.Boolean
true if the TargetEditMode is calculated automatically to match the ActiveEditMode property of the owning PropertyContainer. false if the mode to switch to is based on the TargetEditMode property. The default is true.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace