FineUICore 13.0.0
ASP.NET 低代码快速开发框架
载入中...
搜索中...
未找到
FineUICore.BoxComponentTagHelper类 参考abstract

控件基类 更多...

类 FineUICore.BoxComponentTagHelper 继承关系图:
FineUICore.ComponentTagHelper FineUICore.ControlBaseTagHelper FineUICore.BaseTagHelper FineUICore.IControlBaseTagHelper FineUICore.ButtonTagHelper FineUICore.CalendarTagHelper FineUICore.ContainerTagHelper FineUICore.DataListTagHelper FineUICore.FieldTagHelper FineUICore.ButtonGroupTagHelper FineUICore.FormRowTagHelper FineUICore.PanelBaseTagHelper FineUICore.ToolbarTagHelper FineUICore.CheckBoxListTagHelper FineUICore.CheckBoxTagHelper FineUICore.HtmlEditorTagHelper FineUICore.RadioButtonListTagHelper FineUICore.RadioButtonTagHelper FineUICore.TextFieldTagHelper FineUICore.ToolTipFieldTagHelper

Public 成员函数

 BoxComponentTagHelper (BoxComponent source)
 构造函数
Public 成员函数 继承自 FineUICore.ComponentTagHelper
 ComponentTagHelper (Component source)
 构造函数
Public 成员函数 继承自 FineUICore.ControlBaseTagHelper
 ControlBaseTagHelper (ControlBase source)
 构造函数
Public 成员函数 继承自 FineUICore.BaseTagHelper
override async Task ProcessAsync (TagHelperContext context, TagHelperOutput output)
 异步处理标签

属性

new BoxComponent Source [get]
 当前控件
int? Width [get, set]
 宽度
int? Height [get, set]
 高度
string AnchorValue [get, set]
 锚点值(当父容器的Layout=Anchor时有效)
string ColumnWidth [get, set]
 列的宽度(当父容器的Layout=Column时有效)
int? AbsoluteX [get, set]
 绝对定位的X坐标(当父容器的Layout=Absolute时有效)
int? AbsoluteY [get, set]
 绝对定位的Y坐标(当父容器的Layout=Absolute时有效)
int TableConfigColumns [get, set]
 表格列数(当父容器的Layout=Table时有效)
int TableRowspan [get, set]
 表格合并行(当父容器的Layout=Table时有效)
int TableColspan [get, set]
 表格合并列(当父容器的Layout=Table时有效)
BoxLayoutAlign BoxConfigAlign [get, set]
 控制子控件的位置(当本容器的Layout=VBox或者HBox时有效)
BoxLayoutPosition BoxConfigPosition [get, set]
 控制子控件的位置(当本容器的Layout=VBox或者HBox时有效)
string BoxConfigPadding [get, set]
 内边距(当本容器的Layout=VBox或者HBox时有效)
string BoxConfigChildMargin [get, set]
 子控件的外边距(当本容器的Layout=VBox或者HBox时有效)
string BoxConfigLastChildMargin [get, set]
 最后一个子控件的外边距(当本容器的Layout=VBox或者HBox时有效)
int? BoxConfigSpace [get, set]
 子控件之间的间距(当本容器的Layout=VBox或者HBox时有效)
int BoxFlex [get, set]
 控制子控件的尺寸(当父容器的Layout=VBox或者HBox时有效)
bool RegionSplit [get, set]
 是否启用区域分隔条
bool RegionSplitDraggable [get, set]
 区域分隔条是否可拖动
bool RegionSplitIcon [get, set]
 是否显示区域分隔条图标
bool RegionSplitTransparent [get, set]
 区域分隔条是否透明
int? RegionSplitWidth [get, set]
 区域分隔条的宽度
string RegionPercent [get, set]
 区域的百分比尺寸(当父容器的Layout=Region时有效)
bool RegionSplitHeaderClass [get, set]
 是否为区域分隔条使用表头样式
Position RegionPosition [get, set]
 区域所在的位置
int? BlockConfigSpace [get, set]
 块间距(当本容器的Layout=Block时有效)
int BlockConfigBlockCount [get, set]
 自定义总块数(当本容器的Layout=Block时有效)
int Block [get, set]
 块大小,超小屏幕(当父容器的Layout=Block时有效)
int BlockSM [get, set]
 块大小,小屏幕(当父容器的Layout=Block时有效)
int BlockMD [get, set]
 块大小,中等屏幕(当父容器的Layout=Block时有效)
int BlockLG [get, set]
 块大小,大屏幕(当父容器的Layout=Block时有效)
属性 继承自 FineUICore.ComponentTagHelper
new Component Source [get]
 当前控件
bool? EncodeText [get, set]
 是否在客户端进行HTML编码
bool FocusOnPageLoad [get, set]
 页面加载后立即获得焦点
string CssClass [get, set]
 控件样式类名
string CssStyle [get, set]
 控件样式
string Margin [get, set]
 外边距
int? MarginRight [get, set]
 右侧外边距
int? MarginLeft [get, set]
 左侧外边距
int? MarginTop [get, set]
 顶部外边距
int? MarginBottom [get, set]
 底部外边距
属性 继承自 FineUICore.ControlBaseTagHelper
ControlBase Source [get]
 当前控件
string runat [get, set]
 无实际作用的属性(为了兼容ASP.NET WebForms控件的runat属性)
JObject Attributes [get, set]
 HTML标签属性
string AttributeDataTag [get, set]
 HTML标签属性(data-tag)
string ID [get, set]
 控件ID
bool Enabled [get, set]
 是否可用
bool Hidden [get, set]
 是否隐藏控件
HideMode HideMode [get, set]
 隐藏模式
属性 继承自 FineUICore.BaseTagHelper
ViewContext ViewContext [get, set]
 视图上下文对象

详细描述

控件基类

构造及析构函数说明

◆ BoxComponentTagHelper()

FineUICore.BoxComponentTagHelper.BoxComponentTagHelper ( BoxComponent source)

构造函数

参数
source

属性说明

◆ AbsoluteX

int? FineUICore.BoxComponentTagHelper.AbsoluteX
getset

绝对定位的X坐标(当父容器的Layout=Absolute时有效)

◆ AbsoluteY

int? FineUICore.BoxComponentTagHelper.AbsoluteY
getset

绝对定位的Y坐标(当父容器的Layout=Absolute时有效)

◆ AnchorValue

string FineUICore.BoxComponentTagHelper.AnchorValue
getset

锚点值(当父容器的Layout=Anchor时有效)

◆ Block

int FineUICore.BoxComponentTagHelper.Block
getset

块大小,超小屏幕(当父容器的Layout=Block时有效)

◆ BlockConfigBlockCount

int FineUICore.BoxComponentTagHelper.BlockConfigBlockCount
getset

自定义总块数(当本容器的Layout=Block时有效)

◆ BlockConfigSpace

int? FineUICore.BoxComponentTagHelper.BlockConfigSpace
getset

块间距(当本容器的Layout=Block时有效)

◆ BlockLG

int FineUICore.BoxComponentTagHelper.BlockLG
getset

块大小,大屏幕(当父容器的Layout=Block时有效)

◆ BlockMD

int FineUICore.BoxComponentTagHelper.BlockMD
getset

块大小,中等屏幕(当父容器的Layout=Block时有效)

◆ BlockSM

int FineUICore.BoxComponentTagHelper.BlockSM
getset

块大小,小屏幕(当父容器的Layout=Block时有效)

◆ BoxConfigAlign

BoxLayoutAlign FineUICore.BoxComponentTagHelper.BoxConfigAlign
getset

控制子控件的位置(当本容器的Layout=VBox或者HBox时有效)

◆ BoxConfigChildMargin

string FineUICore.BoxComponentTagHelper.BoxConfigChildMargin
getset

子控件的外边距(当本容器的Layout=VBox或者HBox时有效)

◆ BoxConfigLastChildMargin

string FineUICore.BoxComponentTagHelper.BoxConfigLastChildMargin
getset

最后一个子控件的外边距(当本容器的Layout=VBox或者HBox时有效)

◆ BoxConfigPadding

string FineUICore.BoxComponentTagHelper.BoxConfigPadding
getset

内边距(当本容器的Layout=VBox或者HBox时有效)

◆ BoxConfigPosition

BoxLayoutPosition FineUICore.BoxComponentTagHelper.BoxConfigPosition
getset

控制子控件的位置(当本容器的Layout=VBox或者HBox时有效)

◆ BoxConfigSpace

int? FineUICore.BoxComponentTagHelper.BoxConfigSpace
getset

子控件之间的间距(当本容器的Layout=VBox或者HBox时有效)

◆ BoxFlex

int FineUICore.BoxComponentTagHelper.BoxFlex
getset

控制子控件的尺寸(当父容器的Layout=VBox或者HBox时有效)

◆ ColumnWidth

string FineUICore.BoxComponentTagHelper.ColumnWidth
getset

列的宽度(当父容器的Layout=Column时有效)

◆ Height

int? FineUICore.BoxComponentTagHelper.Height
getset

高度

◆ RegionPercent

string FineUICore.BoxComponentTagHelper.RegionPercent
getset

区域的百分比尺寸(当父容器的Layout=Region时有效)

◆ RegionPosition

Position FineUICore.BoxComponentTagHelper.RegionPosition
getset

区域所在的位置

◆ RegionSplit

bool FineUICore.BoxComponentTagHelper.RegionSplit
getset

是否启用区域分隔条

◆ RegionSplitDraggable

bool FineUICore.BoxComponentTagHelper.RegionSplitDraggable
getset

区域分隔条是否可拖动

◆ RegionSplitHeaderClass

bool FineUICore.BoxComponentTagHelper.RegionSplitHeaderClass
getset

是否为区域分隔条使用表头样式

◆ RegionSplitIcon

bool FineUICore.BoxComponentTagHelper.RegionSplitIcon
getset

是否显示区域分隔条图标

◆ RegionSplitTransparent

bool FineUICore.BoxComponentTagHelper.RegionSplitTransparent
getset

区域分隔条是否透明

◆ RegionSplitWidth

int? FineUICore.BoxComponentTagHelper.RegionSplitWidth
getset

区域分隔条的宽度

◆ Source

new BoxComponent FineUICore.BoxComponentTagHelper.Source
get

当前控件

实现了 FineUICore.IControlBaseTagHelper.

◆ TableColspan

int FineUICore.BoxComponentTagHelper.TableColspan
getset

表格合并列(当父容器的Layout=Table时有效)

◆ TableConfigColumns

int FineUICore.BoxComponentTagHelper.TableConfigColumns
getset

表格列数(当父容器的Layout=Table时有效)

◆ TableRowspan

int FineUICore.BoxComponentTagHelper.TableRowspan
getset

表格合并行(当父容器的Layout=Table时有效)

◆ Width

int? FineUICore.BoxComponentTagHelper.Width
getset

宽度


该类的文档由以下文件生成:
  • BoxComponentTagHelper.cs