Style<T> 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 class Style<T> where T : BindableObject
type Style<'T (requires 'T :> BindableObject)> = class
Type Parameters
- T
- Inheritance
-
System.ObjectStyle<T>
Constructors
Style<T>(ValueTuple<BindableProperty,Object>[]) |
Properties
FormsStyle |
Methods
Add(Behavior[]) | |
Add(TriggerBase[]) | |
Add(ValueTuple<BindableProperty,Object>[]) | |
ApplyToDerivedTypes(Boolean) | |
BasedOn(Style) | |
CanCascade(Boolean) |
Operators
Implicit(Style<T> to Style) |