<PackageReference Include="Relativity.OutsideIn" Version="2022.12.0" />

HiliteStamp

public static class Types

public const int HeightFieldNumber = 5

public const int LeftFieldNumber = 3

public const int OpacityFieldNumber = 8

public const int SectionFieldNumber = 1

public const int SizeModeFieldNumber = 9

public const int StampNameFieldNumber = 10

public const int TopFieldNumber = 2

public const int UnitsFieldNumber = 6

public const int UserDataFieldNumber = 7

public const int WidthFieldNumber = 4

public static MessageDescriptor Descriptor { get; }

public static MessageParser<HiliteStamp> Parser { get; }

public long Height { get; set; }

public long Left { get; set; }

public float Opacity { get; set; }

public long Section { get; set; }

public HiliteStampSizeMode SizeMode { get; set; }

public string StampName { get; set; }

public long Top { get; set; }

public HiliteUnits Units { get; set; }

public long UserData { get; set; }

public long Width { get; set; }

public HiliteStamp()

public HiliteStamp(HiliteStamp other)

public int CalculateSize()

public HiliteStamp Clone()

public bool Equals(HiliteStamp other)

public void MergeFrom(HiliteStamp other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)