Adds appearance bindings for a managed resource within the control.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)
Syntax
C# |
---|
protected override void AddAppearanceBindings( Resource resource, bool isItemDependencyObject, bool isItemAppearanceApplied ) |
Visual Basic (Declaration) |
---|
Protected Overrides Sub AddAppearanceBindings ( _ resource As Resource, _ isItemDependencyObject As Boolean, _ isItemAppearanceApplied As Boolean _ ) |
Parameters
- resource
- Type: DlhSoft.Windows.Data..::.Resource
The resource for which appearance bindings are added.
- isItemDependencyObject
- Type: System..::.Boolean
Indicates whether the resource item is a DependencyObject.
- isItemAppearanceApplied
- Type: System..::.Boolean
Indicates whether to apply specific attached appearance values if they are set for the item.