[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.ForguncyStyleInfo

类 ForguncyStyleInfo

设置样式。

继承
object
ForguncyStyleInfo
实现
System.ICloneable
命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.dll
语法
public class ForguncyStyleInfo : ICloneable

构造函数

ForguncyStyleInfo()

设置样式。

声明
public ForguncyStyleInfo()

属性

BackgroundStr

背景色。

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

BorderBottom

下边框。

声明
public ForguncyBorderLine BorderBottom { get; set; }
属性值
类型 描述
ForguncyBorderLine

BorderLeft

左边框。

声明
public ForguncyBorderLine BorderLeft { get; set; }
属性值
类型 描述
ForguncyBorderLine

BorderRight

右边框。

声明
public ForguncyBorderLine BorderRight { get; set; }
属性值
类型 描述
ForguncyBorderLine

BorderTop

上边框。

声明
public ForguncyBorderLine BorderTop { get; set; }
属性值
类型 描述
ForguncyBorderLine

DisplayTab

打开后的展示 Tab 页。

声明
public PluginFormatDialogTabType? DisplayTab { get; set; }
属性值
类型 描述
PluginFormatDialogTabType?

Ellipsis

超出的文本显示省略号。

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

FontFamily

字体。

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

FontSize

字号。

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

FontStyle

字体倾斜。

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

FontWeight

字体加粗。

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

ForegroundStr

字体颜色。

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

FormatString

格式设置。

声明
public string FormatString { get; set; }
属性值
类型 描述
string

HorizontalAlignment

水平对齐方式。

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

ShrinkToFit

缩小字体填充。

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

Strikethrough

是否有删除线。

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

TextIndent

缩进。

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

Underline

是否有下划线。

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

VerticalAlignment

垂直对齐方式。

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

WordWrap

是否可换行。

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

方法

Clone()

克隆样式实例

声明
public object Clone()
返回值
类型 描述
object

克隆后的样式实例。

实现

System.ICloneable