ArcGIS API for WPF - Library Reference
GetInlineCollection Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap.Popup Namespace > LabelAttributeConverter Class : GetInlineCollection Method

obj
DependencyObject that should be searched for the attached property.
Gets the Inline collection from the dependency object.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetInlineCollection( _
   ByVal obj As DependencyObject _
) As IEnumerable(Of Inline)
C# 
public static IEnumerable<Inline> GetInlineCollection( 
   DependencyObject obj
)

Parameters

obj
DependencyObject that should be searched for the attached property.

Return Value

A collection of Inline objects found attached to the DependencyObject.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.