Search Results for

    Show / Hide Table of Contents

    Class LayoutManager

    Inheritance
    System.Object
    Serializable
    Dynamic
    LayoutPreset
    LayoutManager<View>
    LayoutManager
    Inherited Members
    LayoutManager<View>.LayoutOrigin
    LayoutManager<View>.OnLayout
    LayoutManager<View>.GetLayout(Int32, Int32, Int32)
    LayoutManager<View>.GetLayout(Int32, Int32, Boolean, Int32)
    LayoutManager<View>.GetLayout(Int32, Int32, Int32, String[])
    LayoutManager<View>.GetLayout(Int32, Int32, Boolean, Int32, String[])
    LayoutManager<View>.GetLayout(Int32, Int32, Boolean, Int32, String[], Size, Size[])
    LayoutManager<View>.DoGetRemoteViews(String)
    LayoutManager<View>.DoGetRemoteViewsIds()
    LayoutManager<View>.DoGetLocalView()
    LayoutManager<View>.GetLocalView()
    LayoutManager<View>.SetLocalMedia(IViewableMedia<View>)
    LayoutManager<View>.SetLocalView(View)
    LayoutManager<View>.UnsetLocalView()
    LayoutManager<View>.GetRemoteView(String)
    LayoutManager<View>.AddRemoteMedia(IViewableMedia<View>)
    LayoutManager<View>.AddRemoteView(String, View)
    LayoutManager<View>.RemoveRemoteMedia(IViewableMedia<View>)
    LayoutManager<View>.RemoveRemoteView(String)
    LayoutManager<View>.SwapRemoteMedia(IViewableMedia<View>, IViewableMedia<View>)
    LayoutManager<View>.SwapRemoteView(String, String, View)
    LayoutManager<View>.GetRemoteViews(String[])
    LayoutManager<View>.AddRemoteViews(String[], View[])
    LayoutManager<View>.RemoveRemoteViews(String[])
    LayoutManager<View>.SwapRemoteViews(String[], String[], View[])
    LayoutManager<View>.GetRemoteViewIds()
    LayoutManager<View>.GetRemoteViews()
    LayoutManager<View>.RemoveRemoteViews()
    LayoutManager<View>.Reset()
    LayoutManager<View>.LayoutOnMainThread()
    LayoutPreset.Mode
    LayoutPreset.Direction
    LayoutPreset.Alignment
    LayoutPreset.FloatWidthPercent
    LayoutPreset.FloatHeightPercent
    LayoutPreset.FloatMarginXPercent
    LayoutPreset.FloatMarginYPercent
    LayoutPreset.FloatWidth
    LayoutPreset.FloatHeight
    LayoutPreset.FloatMarginX
    LayoutPreset.FloatMarginY
    LayoutPreset.BlockWidthPercent
    LayoutPreset.BlockHeightPercent
    LayoutPreset.BlockMarginXPercent
    LayoutPreset.BlockMarginYPercent
    LayoutPreset.BlockWidth
    LayoutPreset.BlockHeight
    LayoutPreset.BlockMarginX
    LayoutPreset.BlockMarginY
    LayoutPreset.InlineMargin
    LayoutPreset.CopyToPreset(LayoutPreset)
    LayoutPreset.ApplyPreset(LayoutPreset)
    LayoutPreset.Skype
    LayoutPreset.GoogleHangouts
    LayoutPreset.Facetime
    LayoutPreset.CalculateLayout(Int32, Int32, Int32, LayoutOrigin)
    LayoutPreset.CalculateLayout(Int32, Int32, Boolean, Int32, LayoutOrigin, Size, Size[])
    Dynamic.DynamicProperties
    Dynamic.GetDynamicValue(String)
    Dynamic.SetDynamicValue(String, Object)
    Dynamic.UnsetDynamicValue(String)
    Serializable.IsDirty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FM.LiveSwitch.Android.Maui
    Assembly: FM.LiveSwitch.Android.dll
    Syntax
    public class LayoutManager : LayoutManager<View>

    Constructors

    LayoutManager(Maui.Controls.Compatibility.AbsoluteLayout)

    Declaration
    public LayoutManager(Maui.Controls.Compatibility.AbsoluteLayout container)
    Parameters
    Type Name Description
    Microsoft.Maui.Controls.Compatibility.AbsoluteLayout container

    LayoutManager(Maui.Controls.Compatibility.AbsoluteLayout, LayoutPreset)

    Declaration
    public LayoutManager(Maui.Controls.Compatibility.AbsoluteLayout container, LayoutPreset preset)
    Parameters
    Type Name Description
    Microsoft.Maui.Controls.Compatibility.AbsoluteLayout container
    LayoutPreset preset

    Properties

    Container

    Declaration
    public Maui.Controls.Compatibility.AbsoluteLayout Container { get; }
    Property Value
    Type Description
    Microsoft.Maui.Controls.Compatibility.AbsoluteLayout

    Methods

    AddView(View)

    Declaration
    protected override void AddView(View view)
    Parameters
    Type Name Description
    View view
    Overrides
    FM.LiveSwitch.LayoutManager<View>.AddView(View)

    DispatchToMainThread(Action2<Object, Object>, Object, Object)

    Declaration
    protected override void DispatchToMainThread(Action2<object, object> action, object arg1, object arg2)
    Parameters
    Type Name Description
    Action2<System.Object, System.Object> action
    System.Object arg1
    System.Object arg2
    Overrides
    FM.LiveSwitch.LayoutManager<View>.DispatchToMainThread(FM.LiveSwitch.Action2<System.Object, System.Object>, System.Object, System.Object)

    Layout()

    Declaration
    public override void Layout()
    Overrides
    FM.LiveSwitch.LayoutManager<View>.Layout()

    RemoveView(View)

    Declaration
    protected override void RemoveView(View view)
    Parameters
    Type Name Description
    View view
    Overrides
    FM.LiveSwitch.LayoutManager<View>.RemoveView(View)
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.18.0