Show / Hide Table of Contents

Class IgbPositionSettings

Inheritance
System.Object
BaseRendererElement
IgbPositionSettings
Implements
JsonSerializable
Inherited Members
BaseRendererElement._name
BaseRendererElement._cachedSerializedContent
BaseRendererElement.EnsureModulesLoaded()
BaseRendererElement.BuildRenderTree(RenderTreeBuilder)
BaseRendererElement.OnElementNameChanged(BaseRendererElement, String, String)
BaseRendererElement.InvokeMethod(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodSync(String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelper(String, String, Object[], String[], ElementReference[])
BaseRendererElement.InvokeMethodHelperSync(String, String, Object[], String[], ElementReference[])
BaseRendererElement.IsPropDirty(String)
BaseRendererElement.Serialize(SerializationContext, String)
BaseRendererElement.Serialize()
BaseRendererElement.EnsureValid()
BaseRendererElement.FromEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.ToEventJson(BaseRendererControl, Dictionary<String, Object>)
BaseRendererElement.SetResourceStringAsync(String, String, String)
BaseRendererElement.SetResourceStringAsync(String, String)
BaseRendererElement.IgBlazor
BaseRendererElement.IsComponentRooted
BaseRendererElement.ParentTypeName
BaseRendererElement.UseDirectRender
BaseRendererElement.ChildContent
BaseRendererElement.SupportsVisualChildren
BaseRendererElement.Name
BaseRendererElement.Parent
BaseRendererElement.MethodTarget
BaseRendererElement.CurrParent
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPositionSettings : BaseRendererElement, JsonSerializable

Constructors

IgbPositionSettings()

Declaration
public IgbPositionSettings()

Properties

HorizontalDirection

Direction in which the component should show

Declaration
public GridHorizontalAlignment HorizontalDirection { get; set; }
Property Value
Type Description
GridHorizontalAlignment

HorizontalStartPoint

Target's starting point

Declaration
public GridHorizontalAlignment HorizontalStartPoint { get; set; }
Property Value
Type Description
GridHorizontalAlignment

MinSize

The size up to which element may shrink when shown in elastic position strategy

Declaration
public IgbSize MinSize { get; set; }
Property Value
Type Description
IgbSize

Type

Declaration
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
BaseRendererElement.Type

VerticalDirection

Direction in which the component should show

Declaration
public GridVerticalAlignment VerticalDirection { get; set; }
Property Value
Type Description
GridVerticalAlignment

VerticalStartPoint

Target's starting point

Declaration
public GridVerticalAlignment VerticalStartPoint { get; set; }
Property Value
Type Description
GridVerticalAlignment

Methods

FindByName(String)

Declaration
public override object FindByName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Object
Overrides
BaseRendererElement.FindByName(String)

SetNativeElement(Object)

Declaration
public void SetNativeElement(object element)
Parameters
Type Name Description
System.Object element

SetNativeElementAsync(Object)

Declaration
public Task SetNativeElementAsync(object element)
Parameters
Type Name Description
System.Object element
Returns
Type Description
System.Threading.Tasks.Task

Implements

JsonSerializable