BackgroundRemoval.MarqueeRight Property
r.Represents the attribte in schema: r
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "r")> _
Public Property MarqueeRight As Int32Value
Get
Set
'Usage
Dim instance As BackgroundRemoval
Dim value As Int32Value
value = instance.MarqueeRight
instance.MarqueeRight = value
[SchemaAttrAttribute(, "r")]
public Int32Value MarqueeRight { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value