Skip to main content
A newer version of this page is available.

WideTile Properties

A large (wide) Tile template for WinRTLiveTileManager Live Tiles.
Name Description
Attributes Gets an XmlAttributeCollection containing the attributes of this node. Inherited from XmlNode.
BaseURI Gets the base URI of the current node. Inherited from XmlDocument.
ChildNodes Gets all the child nodes of the node. Inherited from XmlNode.
DocumentElement Gets the root XmlElement for the document. Inherited from XmlDocument.
DocumentType Gets the node containing the DOCTYPE declaration. Inherited from XmlDocument.
FirstChild Gets the first child of the node. Inherited from XmlNode.
HasChildNodes Gets a value indicating whether this node has any child nodes. Inherited from XmlNode.
Implementation Gets the XmlImplementation object for the current document. Inherited from XmlDocument.
InnerText Throws an InvalidOperationException in all cases. Inherited from XmlDocument.
InnerXml Gets or sets the markup representing the children of the current node. Inherited from XmlDocument.
IsReadOnly Gets a value indicating whether the current node is read-only. Inherited from XmlDocument.
Item[String, String] Gets the first child element with the specified LocalName and NamespaceURI. Inherited from XmlNode.
Item[String] Gets the first child element with the specified Name. Inherited from XmlNode.
LastChild Gets the last child of the node. Inherited from XmlNode.
LocalName Gets the local name of the node. Inherited from XmlDocument.
Name Gets the qualified name of the node. Inherited from XmlDocument.
NamespaceURI Gets the namespace URI of this node. Inherited from XmlNode.
NameTable Gets the XmlNameTable associated with this implementation. Inherited from XmlDocument.
NextSibling Gets the node immediately following this node. Inherited from XmlNode.
NodeType Gets the type of the current node. Inherited from XmlDocument.
OuterXml Gets the markup containing this node and all its child nodes. Inherited from XmlNode.
OwnerDocument Gets the XmlDocument to which the current node belongs. Inherited from XmlDocument.
ParentNode Gets the parent node of this node (for nodes that can have parents). Inherited from XmlDocument.
Prefix Gets or sets the namespace prefix of this node. Inherited from XmlNode.
PreserveWhitespace Gets or sets a value indicating whether to preserve white space in element content. Inherited from XmlDocument.
PreviousSibling Gets the node immediately preceding this node. Inherited from XmlNode.
PreviousText Gets the text node that immediately precedes this node. Inherited from XmlNode.
SchemaInfo Returns the Post-Schema-Validation-Infoset (PSVI) of the node. Inherited from XmlDocument.
Schemas Gets or sets the XmlSchemaSet object associated with this XmlDocument. Inherited from XmlDocument.
Value Gets or sets the value of the node. Inherited from XmlNode.
XmlResolver Sets the XmlResolver to use for resolving external resources. Inherited from XmlDocument.
See Also