Class TableCellDef
public class TableCellDef
- Inheritance
-
TableCellDef
- Derived
- Inherited Members
Properties
AlignHor
public AlignHor AlignHor { get; set; }
Property Value
AlignVert
public AlignVert AlignVert { get; set; }
Property Value
BackgroundBrush
public BrushProp? BackgroundBrush { get; set; }
Property Value
BorderPen
public PenProp? BorderPen { set; }
Property Value
BorderPenBottom
public PenProp? BorderPenBottom { get; set; }
Property Value
BorderPenHor
public PenProp? BorderPenHor { set; }
Property Value
BorderPenLeft
public PenProp? BorderPenLeft { get; set; }
Property Value
BorderPenRight
public PenProp? BorderPenRight { get; set; }
Property Value
BorderPenTop
public PenProp? BorderPenTop { get; set; }
Property Value
BorderPenVert
public PenProp? BorderPenVert { set; }
Property Value
BorderVisibility
public int BorderVisibility { set; }
Property Value
BorderVisibilityBottom
public int BorderVisibilityBottom { get; set; }
Property Value
BorderVisibilityHor
public int BorderVisibilityHor { set; }
Property Value
BorderVisibilityLeft
public int BorderVisibilityLeft { get; set; }
Property Value
BorderVisibilityRight
public int BorderVisibilityRight { get; set; }
Property Value
BorderVisibilityTop
public int BorderVisibilityTop { get; set; }
Property Value
BorderVisibilityVert
public int BorderVisibilityVert { set; }
Property Value
Indent
public double Indent { set; }
Property Value
IndentBottom
public double IndentBottom { get; set; }
Property Value
IndentBottomMM
public double IndentBottomMM { get; set; }
Property Value
IndentHor
public double IndentHor { set; }
Property Value
IndentHorMM
public double IndentHorMM { set; }
Property Value
IndentLeft
public double IndentLeft { get; set; }
Property Value
IndentLeftMM
public double IndentLeftMM { get; set; }
Property Value
IndentMM
public double IndentMM { set; }
Property Value
IndentRight
public double IndentRight { get; set; }
Property Value
IndentRightMM
public double IndentRightMM { get; set; }
Property Value
IndentTop
public double IndentTop { get; set; }
Property Value
IndentTopMM
public double IndentTopMM { get; set; }
Property Value
IndentVert
public double IndentVert { set; }
Property Value
IndentVertMM
public double IndentVertMM { set; }
Property Value
Margin
public double Margin { set; }
Property Value
MarginBottom
public double MarginBottom { get; set; }
Property Value
MarginBottomMM
public double MarginBottomMM { get; set; }
Property Value
MarginHor
public double MarginHor { set; }
Property Value
MarginHorMM
public double MarginHorMM { set; }
Property Value
MarginLeft
public double MarginLeft { get; set; }
Property Value
MarginLeftMM
public double MarginLeftMM { get; set; }
Property Value
MarginMM
public double MarginMM { set; }
Property Value
MarginRight
public double MarginRight { get; set; }
Property Value
MarginRightMM
public double MarginRightMM { get; set; }
Property Value
MarginTop
public double MarginTop { get; set; }
Property Value
MarginTopMM
public double MarginTopMM { get; set; }
Property Value
MarginVert
public double MarginVert { set; }
Property Value
MarginVertMM
public double MarginVertMM { set; }
Property Value
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.