Class Image
A Graphic<T> that represents UnityEngine.UI.Image.
Inherited Members
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class Image : Graphic<UnityEngine.UI.Image>
Examples
<m:RectTransform
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:m="clr-namespace:Mux.Markup;assembly=Mux.Markup"
xmlns:mu="clr-namespace:Mux.Markup;assembly=Mux.Markup.UI"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
<mu:StandaloneInputModule />
<mu:Canvas />
<mu:CanvasScaler UiScale="{mu:ConstantPhysicalSize}" />
<mu:GraphicRaycaster />
<mu:Image />
</m:RectTransform>
Fields
| Improve this Doc View SourceFillAmountProperty
Backing store for the FillAmount property.
Declaration
public static readonly BindableProperty FillAmountProperty
Field Value
Type | Description |
---|---|
BindableProperty |
FillCenterProperty
Backing store for the FillCenter property.
Declaration
public static readonly BindableProperty FillCenterProperty
Field Value
Type | Description |
---|---|
BindableProperty |
FillClockwiseProperty
Backing store for the FillClockwise property.
Declaration
public static readonly BindableProperty FillClockwiseProperty
Field Value
Type | Description |
---|---|
BindableProperty |
FillMethodProperty
Backing store for the FillMethod property.
Declaration
public static readonly BindableProperty FillMethodProperty
Field Value
Type | Description |
---|---|
BindableProperty |
FillOriginProperty
Backing store for the FillOrigin property.
Declaration
public static readonly BindableProperty FillOriginProperty
Field Value
Type | Description |
---|---|
BindableProperty |
PreserveAspectProperty
Backing store for the PreserveAspect property.
Declaration
public static readonly BindableProperty PreserveAspectProperty
Field Value
Type | Description |
---|---|
BindableProperty |
SpriteProperty
Backing store for the Sprite property.
Declaration
public static readonly BindableProperty SpriteProperty
Field Value
Type | Description |
---|---|
BindableProperty |
TypeProperty
Backing store for the Type property.
Declaration
public static readonly BindableProperty TypeProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Improve this Doc View SourceFillAmount
A property that represents UnityEngine.UI.Image.fillAmount.
Declaration
public float FillAmount { get; set; }
Property Value
Type | Description |
---|---|
Single |
FillCenter
A property that represents UnityEngine.UI.Image.fillCenter.
Declaration
public bool FillCenter { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
FillClockwise
A property that represents UnityEngine.UI.Image.fillClockwise.
Declaration
public bool FillClockwise { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
FillMethod
A property that represents UnityEngine.UI.Image.fillMethod.
Declaration
public UnityEngine.UI.Image.FillMethod FillMethod { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.UI.Image.FillMethod |
FillOrigin
A property that represents UnityEngine.UI.Image.fillOrigin.
Declaration
public int FillOrigin { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
PreserveAspect
A property that represents UnityEngine.UI.Image.preserveAspect.
Declaration
public bool PreserveAspect { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Sprite
A property that represents UnityEngine.UI.Image.sprite.
Declaration
public UnityEngine.Sprite Sprite { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.Sprite |
Type
A property that represents UnityEngine.UI.Image.type.
Declaration
public UnityEngine.UI.Image.Type Type { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.UI.Image.Type |
Methods
| Improve this Doc View SourceAwakeInMainThread()
Declaration
protected override void AwakeInMainThread()