[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.IStyleInfo

接口 IStyleInfo

设置样式。

命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.dll
语法
public interface IStyleInfo

属性

BackgroundStr

背景色。

声明
string BackgroundStr { get; }
属性值
类型 描述
string

BorderBottom

下边框。

声明
IBorderLine BorderBottom { get; }
属性值
类型 描述
IBorderLine

BorderLeft

左边框。

声明
IBorderLine BorderLeft { get; }
属性值
类型 描述
IBorderLine

BorderRight

右边框。

声明
IBorderLine BorderRight { get; }
属性值
类型 描述
IBorderLine

BorderTop

上边框。

声明
IBorderLine BorderTop { get; }
属性值
类型 描述
IBorderLine

Ellipsis

是否省略显示

声明
bool Ellipsis { get; }
属性值
类型 描述
bool

FontFamily

字体。

声明
string FontFamily { get; }
属性值
类型 描述
string

FontSize

字号。

声明
double FontSize { get; }
属性值
类型 描述
double

FontStyle

字体倾斜。

声明
string FontStyle { get; }
属性值
类型 描述
string

FontWeight

字体加粗。

声明
string FontWeight { get; }
属性值
类型 描述
string

ForegroundStr

字体颜色。

声明
string ForegroundStr { get; }
属性值
类型 描述
string

Formatter

格式设置。

声明
IForguncyFormatter Formatter { get; }
属性值
类型 描述
IForguncyFormatter

HorizontalAlignment

水平对齐方式。

声明
ForguncyCellHorizontalAlignment HorizontalAlignment { get; }
属性值
类型 描述
ForguncyCellHorizontalAlignment

ShrinkToFit

缩小字体填充。

声明
bool ShrinkToFit { get; }
属性值
类型 描述
bool

Strikethrough

是否有删除线。

声明
bool? Strikethrough { get; }
属性值
类型 描述
bool?

TextIndent

缩进。

声明
int TextIndent { get; }
属性值
类型 描述
int

Underline

是否有下划线。

声明
bool? Underline { get; }
属性值
类型 描述
bool?

VerticalAlignment

垂直对齐方式。

声明
ForguncyCellVerticalAlignment VerticalAlignment { get; }
属性值
类型 描述
ForguncyCellVerticalAlignment

WordWrap

是否可换行。

声明
bool WordWrap { get; }
属性值
类型 描述
bool