DropZonesVisible Class

Defines the DropZonesVisible Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is c14:dropZonesVisible.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType
        DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZonesVisible

Namespace:  DocumentFormat.OpenXml.Office2010.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class DropZonesVisible _
    Inherits BooleanFalseType
'Usage
Dim instance As DropZonesVisible
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class DropZonesVisible : BooleanFalseType

Remarks

2.5.66 CT_BooleanFalse

Target namespace: https://schemas.microsoft.com/office/drawing/2007/8/2/chart

Referenced by: CT_PivotOptions, CT_SketchOptions

A complex type that specifies a boolean value which defaults to FALSE.

Attributes:

val : A boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies the value for the property. This MUST be one of the following: 0, 1, true, false.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_BooleanFalse">

<xsd:attribute name="val" type="xsd:boolean" use="optional" default="false"/>

</xsd:complexType>

See section 5.11 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DropZonesVisible Members

DocumentFormat.OpenXml.Office2010.Drawing.Charts Namespace