[]
Picker control which opens a window for editing a RulesEngineStyle.
[TemplatePart(Name = "OpenButton", Type = typeof(C1Button))]
public class RulesManagerStylePicker : C1View
<TemplatePart(Name:="OpenButton", Type:=GetType(C1Button))>
Public Class RulesManagerStylePicker
Inherits C1View
| Name | Description |
|---|---|
| RulesManagerStylePicker() | Initializes a new instance of the RulesManagerStylePicker class. |
| Name | Description |
|---|---|
| FocusBrushProperty | Identifies the FocusBrush dependency property. |
| IconBrushProperty | Identifies the IconBrush dependency property. |
| IconTemplateProperty | Identifies the IconTemplate dependency property. |
| MouseOverBorderBrushProperty | Identifies the MouseOverBorderBrush dependency property. |
| MouseOverBrushProperty | Identifies the MouseOverBrush dependency property. |
| OpenIconStyleProperty | Identifies the OpenIconStyle dependency property. |
| OpenIconTemplateProperty | Identifies the OpenIconTemplate dependency property. |
| PressedBrushProperty | Identifies the PressedBrush dependency property. |
| RuleBackgroundProperty | Identifies the RuleBackground dependency property. |
| RuleBorderBrushProperty | Identifies the RuleBorderBrush dependency property. |
| RuleFontFamilyProperty | Identifies the RuleFontFamily dependency property. |
| RuleFontSizeProperty | Identifies the RuleFontSize dependency property. |
| RuleFontStyleProperty | Identifies the RuleFontStyle dependency property. |
| RuleFontWeightProperty | Identifies the RuleFontWeight dependency property. |
| RuleForegroundProperty | Identifies the RuleForeground dependency property. |
| RuleTextAlignmentProperty | Identifies the RuleTextAlignment dependency property. |
| Name | Description |
|---|---|
| FocusBrush | Gets or sets the Brush used to highlight the focused control. |
| IconBrush | Gets or sets the icon brush. |
| IconTemplate | Gets or sets the icon template. |
| MouseOverBorderBrush | Gets or sets the Brush used to highlight the border of the control when it has the mouse over. |
| MouseOverBrush | Gets or sets the Brush used to highlight the control when it has the mouse over. |
| OpenIconStyle | Gets or sets the style of the icon shown in the open button. |
| OpenIconTemplate | Gets or sets the template of the icon used in the open button. |
| PressedBrush | Gets or sets the Brush used to paint a button when it is pressed. |
| RuleBackground | Gets or sets the background of the rule. |
| RuleBorderBrush | Gets or sets the border brush of the rule. |
| RuleFontFamily | Gets or sets the font family applied to the rule. |
| RuleFontSize | Gets or sets the font size applied to the rule. |
| RuleFontStyle | Gets or sets the font style applied to the rule. |
| RuleFontWeight | Gets or sets the font weight applied to the rule. |
| RuleForeground | Gets or sets the foreground of the rule. |
| RuleTextAlignment | Gets or sets the text-alignment applied to the rule. |
| Name | Description |
|---|---|
| Dispose(bool) | |
| OnApplyTemplate() |