Gets or sets the right.
Namespace: Aspose.Html.DrawingAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic LengthOrAuto Right { get; set; }Public Property Right As LengthOrAuto
Get
Set
public:
property LengthOrAuto^ Right {
LengthOrAuto^ get ();
void set (LengthOrAuto^ value);
}member Right : LengthOrAuto with get, set
Property Value
Type:
LengthOrAuto
The right.
See Also