Show / Hide Table of Contents

Class GradientAlphaKey

A markup extension that represents UnityEngine.GradientAlphaKey.

Inheritance
Object
GradientAlphaKey
Implements
IMarkupExtension<UnityEngine.GradientAlphaKey>
IMarkupExtension
Namespace: Mux.Markup
Assembly: Mux.Markup.dll
Syntax
public class GradientAlphaKey : object, IMarkupExtension<UnityEngine.GradientAlphaKey>, IMarkupExtension

Properties

| Improve this Doc View Source

Alpha

A property that represents UnityEngine.GradientAlphaKey.alpha

Declaration
public float Alpha { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

Time

A property that represents UnityEngine.GradientAlphaKey.time

Declaration
public float Time { get; set; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

ProvideValue(IServiceProvider)

Declaration
public UnityEngine.GradientAlphaKey ProvideValue(IServiceProvider provider)
Parameters
Type Name Description
IServiceProvider provider
Returns
Type Description
UnityEngine.GradientAlphaKey

Implements

Xamarin.Forms.Xaml.IMarkupExtension<T>
Xamarin.Forms.Xaml.IMarkupExtension
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX