Show / Hide Table of Contents

Class GradientColorKey

A markup extension that represents UnityEngine.GradientColorKey.

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

Properties

| Improve this Doc View Source

Color

A property that represents UnityEngine.GradientColorKey.color

Declaration
public UnityEngine.Color Color { get; set; }
Property Value
Type Description
UnityEngine.Color
| Improve this Doc View Source

Time

A property that represents UnityEngine.GradientColorKey.time

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

Methods

| Improve this Doc View Source

ProvideValue(IServiceProvider)

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

Implements

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