AvaloniaObjectGetBaseValueT Method
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Optional<T> GetBaseValue<T>(
StyledProperty<T> property
)
Public Function GetBaseValue(Of T) (
property As StyledProperty(Of T)
) As Optional(Of T)
member GetBaseValue :
property : StyledProperty<'T> -> Optional<'T>
- property StyledPropertyT
- The property.
- T
OptionalT
Gets the value of the property excluding animated values, otherwise
Empty.
Note that this method does not return property values that come from inherited or default values.