TransformGroup.ChildOffset Property

Child Offset.Represents the element tag in schema: a:chOff

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

Syntax

'Declaration
Public Property ChildOffset As ChildOffset
    Get
    Set
'Usage
Dim instance As TransformGroup
Dim value As ChildOffset

value = instance.ChildOffset

instance.ChildOffset = value
public ChildOffset ChildOffset { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.ChildOffset
Returns ChildOffset.

See Also

Reference

TransformGroup Class

TransformGroup Members

DocumentFormat.OpenXml.Drawing Namespace