PixelOffset

PixelOffset class

Offset set in pixels (px).

public class PixelOffset : BaseOffset

Constructors

NameDescription
PixelOffset()The default constructor.

Properties

NameDescription
Bottom { get; set; }Amount of Bottom offset set in specified measurement
Left { get; set; }Amount of Left offset set in specified measurement
Right { get; set; }Amount of Right offset set in specified measurement
Top { get; set; }Amount of Top offset set in specified measurement

See Also