ClassInlineAIPromptPopupSettings
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class InlineAIPromptPopupSettings : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseInlineAIPromptPopupSettings
Implements:
Inherited Members
Constructors
InlineAIPromptPopupSettings()
Declaration
public InlineAIPromptPopupSettings()
Properties
AnimationDuration
Defines the animation duration of the container. Default AnimationDuration is 300ms.
Declaration
[Parameter]
public int AnimationDuration { get; set; }
Property Value
AnimationType
Defines the animation type of the container. Default value is AnimationType.SlideDown.
Declaration
[Parameter]
public AnimationType AnimationType { get; set; }
Property Value
Container
Declaration
[CascadingParameter]
public TelerikInlineAIPrompt Container { get; set; }
Property Value
Height
Defines the height of the component popup.
HorizontalAlign
In combination with VerticalAlign specifies which point of the popup element to attach to the anchor's origin point. The available X options are: Left Center Right. By default, the attached point is the top-left corner of the popup element.
Declaration
[Parameter]
public PopupHorizontalAlign HorizontalAlign { get; set; }
Property Value
HorizontalCollision
Specifies the behavior of the Popup when it does not fit in the viewport. Valid values are: Flip - the popup will flip if there is sufficient available space on the opposite side. Fit - the popup will be shifted (moved) until it is fully visible. By default, the Popup fits horizontally when there is a collision.
Declaration
[Parameter]
public PopupCollision HorizontalCollision { get; set; }
Property Value
HorizontalOffset
Specifies the horizontal offset value, in pixels, to be added to the popup position, creating a blank space between the popup and the anchor.
Declaration
[Parameter]
public double HorizontalOffset { get; set; }
Property Value
MaxHeight
Maximum height of the inline prompt popup.
Declaration
[Parameter]
public string MaxHeight { get; set; }
Property Value
MaxWidth
Maximum width of the inline prompt popup.
Declaration
[Parameter]
public string MaxWidth { get; set; }
Property Value
MinHeight
Minimum height of the inline prompt popup.
Declaration
[Parameter]
public string MinHeight { get; set; }
Property Value
MinWidth
Minimum width of the inline prompt popup.
Declaration
[Parameter]
public string MinWidth { get; set; }
Property Value
VerticalAlign
In combination with HorizontalAlign specifies which point of the popup element to attach to the anchor's origin point. The available Y options are: Bottom Center Top By default, the attached point is the top-left corner of the popup element.
Declaration
[Parameter]
public PopupVerticalAlign VerticalAlign { get; set; }
Property Value
VerticalCollision
Specifies the behavior of the Popup when it does not fit in the viewport. Valid values are: Flip - the popup will flip if there is sufficient available space on the opposite side. Fit - the popup will be shifted (moved) until it is fully visible. By default, the Popup flips vertically when there is a collision.
Declaration
[Parameter]
public PopupCollision VerticalCollision { get; set; }
Property Value
VerticalOffset
Specifies the vertical offset value, in pixels, to be added to the popup position, creating a blank space between the popup and the anchor.
Declaration
[Parameter]
public double VerticalOffset { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
Dispose()
Declaration
public void Dispose()
Implements
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
disposing
OnInitialized()
Declaration
protected override void OnInitialized()
Overrides