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