[]
Represents additional extent to each edge of an object.
public class EdgeExtent : FormattingBag
Gets or sets the extent on all edges, in points.
If the extents on all edges are the same, get returns this common value. Otherwise, get returns null.
public float? AllEdges { get; set; }
Gets or sets the extent on the bottom edge, in points.
public float BottomEdge { get; set; }
Gets or sets the extent on the left edge, in points.
public float LeftEdge { get; set; }
Gets or sets the extent on the right edge, in points.
public float RightEdge { get; set; }
Gets or sets the extent on the top edge, in points.
public float TopEdge { get; set; }
protected bool Equals(EdgeExtent other)
other
EdgeExtentpublic override bool Equals(object obj)
obj
objectFixes all inherited values as "direct" values for this instance.
protected override void FixInheritedValues()
public override int GetHashCode()