SolidColorBrush Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class SolidColorBrush : Microsoft::Maui::Controls::Brush
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.BrushTypeConverter))]
public class SolidColorBrush : Microsoft.Maui.Controls.Brush
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.BrushTypeConverter))>]
type SolidColorBrush = class
inherit Brush
Public Class SolidColorBrush
Inherits Brush
- Inheritance
- Attributes
Constructors
SolidColorBrush() | |
SolidColorBrush(Color) |
Fields
ColorProperty |
Properties
AutomationId |
Gets or sets a value that allows the automation framework to find and interact with this element. (Inherited from Element) |
BindingContext |
Gets or sets object that contains the properties that will be targeted by the bound properties that belong to this BindableObject. (Inherited from BindableObject) |
ClassId |
Gets or sets a value used to identify a collection of semantically similar elements. (Inherited from Element) |
Color | |
Dispatcher | (Inherited from BindableObject) |
EffectControlProvider |
For internal use by the Microsoft.Maui.Controls platform. (Inherited from Element) |
Effects |
A list of the effects that are applied to this item. (Inherited from Element) |
Handler | (Inherited from Element) |
Id |
Gets a value that can be used to uniquely identify an element through the run of an application. (Inherited from Element) |
IsEmpty | |
LogicalChildren |
Obsolete.
For internal use by the Microsoft.Maui.Controls platform. (Inherited from Element) |
Parent |
Gets or sets the parent element of the element. (Inherited from Element) |
RealParent |
For internal use by the Microsoft.Maui.Controls platform. (Inherited from Element) |
StyleId |
Gets or sets a user defined value to uniquely identify the element. (Inherited from Element) |
Methods
ApplyBindings() | (Inherited from BindableObject) |
ClearValue(BindableProperty) |
Clears any value set by SetValue for |
ClearValue(BindablePropertyKey) |
Clears any value set by SetValue for the property that is identified by |
CoerceValue(BindableProperty) | (Inherited from BindableObject) |
CoerceValue(BindablePropertyKey) | (Inherited from BindableObject) |
EffectIsAttached(String) |
For internal use by the Microsoft.Maui.Controls platform. (Inherited from Element) |
Equals(Object) | |
FindByName(String) |
Returns the element that has the specified name. (Inherited from Element) |
GetHashCode() | |
GetValue(BindableProperty) |
Returns the value that is contained in the BindableProperty. (Inherited from BindableObject) |
IsSet(BindableProperty) |
Returns |
OnBindingContextChanged() | (Inherited from Element) |
OnChildAdded(Element) | (Inherited from Element) |
OnChildRemoved(Element, Int32) | (Inherited from Element) |
OnHandlerChanged() | (Inherited from Element) |
OnHandlerChanging(HandlerChangingEventArgs) | (Inherited from Element) |
OnParentChanged() | (Inherited from Element) |
OnParentChanging(ParentChangingEventArgs) | (Inherited from Element) |
OnParentSet() | (Inherited from Element) |
OnPropertyChanged(String) | (Inherited from Element) |
OnPropertyChanging(String) | (Inherited from BindableObject) |
RemoveBinding(BindableProperty) |
Removes a previously set binding. (Inherited from BindableObject) |
RemoveDynamicResource(BindableProperty) |
Removes a previously set dynamic resource (Inherited from Element) |
SetBinding(BindableProperty, BindingBase) |
Assigns a binding to a property. (Inherited from BindableObject) |
SetDynamicResource(BindableProperty, String) |
Sets the BindableProperty property of this element to be updated via the DynamicResource with the provided key. (Inherited from Element) |
SetValue(BindableProperty, Object) |
Sets the value of the specified property. (Inherited from BindableObject) |
SetValue(BindablePropertyKey, Object) |
Sets the value of the propertyKey. (Inherited from BindableObject) |
SetValueCore(BindableProperty, Object, SetValueFlags) |
For internal use by the Microsoft.Maui.Controls platform. (Inherited from BindableObject) |
SetValueFromRenderer(BindableProperty, Object) |
For internal use by the Microsoft.Maui.Controls platform. (Inherited from Element) |
SetValueFromRenderer(BindablePropertyKey, Object) |
For internal use by the Microsoft.Maui.Controls platform. (Inherited from Element) |
UnapplyBindings() | (Inherited from BindableObject) |
Events
BindingContextChanged | (Inherited from BindableObject) |
ChildAdded | (Inherited from Element) |
ChildRemoved | (Inherited from Element) |
DescendantAdded | (Inherited from Element) |
DescendantRemoved | (Inherited from Element) |
HandlerChanged | (Inherited from Element) |
HandlerChanging | (Inherited from Element) |
ParentChanged | (Inherited from Element) |
ParentChanging | (Inherited from Element) |
PropertyChanged | (Inherited from BindableObject) |
PropertyChanging | (Inherited from BindableObject) |
Explicit Interface Implementations
IContextFlyoutElement.ContextFlyout | (Inherited from Element) |
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) | (Inherited from BindableObject) |
IEffectControlProvider.RegisterEffect(Effect) | (Inherited from Element) |
IElement.Parent | (Inherited from Element) |
IElementController.Descendants() | (Inherited from Element) |
IElementController.LogicalChildren | (Inherited from Element) |
IElementController.SetValueFromRenderer(BindableProperty, Object) | (Inherited from Element) |
INameScope.RegisterName(String, Object) | (Inherited from Element) |
INameScope.UnregisterName(String) | (Inherited from Element) |
IToolTipElement.ToolTip | (Inherited from Element) |
IVisualTreeElement.GetVisualChildren() | (Inherited from Element) |
IVisualTreeElement.GetVisualParent() | (Inherited from Element) |