ScaleOffsetColorTheme.SetValue(ThemeStateProperty, Int32, Single) Method

Definition

Instruct theme to set value for current property with given index state and at given lerp percentage

public:
 override void SetValue(Microsoft::MixedReality::Toolkit::UI::ThemeStateProperty ^ property, int index, float percentage);
public override void SetValue (Microsoft.MixedReality.Toolkit.UI.ThemeStateProperty property, int index, float percentage);
override this.SetValue : Microsoft.MixedReality.Toolkit.UI.ThemeStateProperty * int * single -> unit
Public Overrides Sub SetValue (property As ThemeStateProperty, index As Integer, percentage As Single)

Parameters

property
ThemeStateProperty

property to update value

index
Int32

index of state to access array of values

percentage
Single

percentage transition between values

Applies to