[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.PartStyleUnit

类 PartStyleUnit

模板组件的状态样式单元。它代表了模板组件在某一种状态下的完整样式信息。

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

构造函数

PartStyleUnit()

模板组件的状态样式单元。它代表了模板组件在某一种状态下的完整样式信息。

声明
public PartStyleUnit()

属性

Background

背景。

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

Bold

字体粗细

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

BorderBottomString

下边框。

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

BorderLeftString

左边框。

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

BorderRadiusString

圆角

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

BorderRightString

右边框。

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

BorderTopString

上边框。

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

BoxShadowString

阴影

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

CellHorizontalAlignment

水平

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

CellVerticalAligment

垂直

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

FontColor

字体颜色。

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

FrozenlineColor

冻结线颜色。

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

InsideHorizontalBorderString

内部水平边框。

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

InsideVerticalBorderString

内部垂直边框。

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

Italic

字体倾斜

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

MarginBottom

下外边距

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

MarginLeft

左外边距

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

MarginRight

右外边距

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

MarginTop

上外边距

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

Opacity

透明度

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

PaddingBottom

下内边距

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

PaddingLeft

左内边距

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

PaddingRight

右内边距

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

PaddingTop

上内边距

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

Underline

下划线

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

方法

Clone()

克隆模板组件的状态样式单元。

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

克隆后的状态样式单元。

CombineStyle(PartStyleUnit)

将当前状态单元和另一个进行合并。

声明
public PartStyleUnit CombineStyle(PartStyleUnit style)
参数
类型 名称 描述
PartStyleUnit style

进行合并的另一个状态单元。

返回值
类型 描述
PartStyleUnit

组合后的状态样式单元。

Equals(object)

判断两个样式单元是否相等

声明
public override bool Equals(object obj)
参数
类型 名称 描述
object obj
返回值
类型 描述
bool

是否相等。

重载
object.Equals(object)

GetHashCode()

获取Hash值,以供比较

声明
public override int GetHashCode()
返回值
类型 描述
int

Hash值

重载
object.GetHashCode()

实现

System.ICloneable