Table of Contents

Class FullScreenOption

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

FullScreen 配置类

public class FullScreenOption
Inheritance
FullScreenOption
Inherited Members
Extension Methods

Constructors

FullScreenOption()

public FullScreenOption()

Properties

Element

获得/设置 要全屏的 HTML Element 实例

public ElementReference Element { get; set; }

Property Value

ElementReference

Id

获得/设置 要全屏的 HTML Element Id

public string? Id { get; set; }

Property Value

string