Property
Everything on SkillVeris tagged Property — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 2 libraries
Study Notes(8)
Attached Properties
Learn how attached properties let one class define a property that can be set on any DependencyObject, powering layout systems like Grid.Row and Canvas.Left.
Styles in WPF
How Style resources centralize and reuse property Setters across controls, including implicit styles, BasedOn inheritance, and Style-level triggers.
Triggers and Visual States
Property triggers, data triggers, event triggers with animations, and the VisualStateManager system that governs how controls react to state changes.
Properties and Encapsulation
Understand how VB.NET Property blocks and Private fields work together to enforce encapsulation, validation, and controlled access to object state.
Properties and Synthesized Accessors
How @property auto-generates getters, setters, and backing ivars, and how attributes like strong, copy, and readonly configure them.
mutableStateOf and Recomposition
Dive into how mutableStateOf creates observable state that triggers recomposition, and how Compose determines which composables need to redraw.
Magic Methods
Magic methods are special, double-underscore-prefixed hooks PHP invokes automatically for events like object construction, property access, and string conversi…
Property and Event Binding
How Angular's square-bracket property binding and parenthesis event binding connect component state and DOM events to your template.