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

obj
The DependencyObject to set the collection of Inline object to.
value
The Inline object collection to be set to the DependencyObject.
Sets a collection of Inline object to a DependencyObject

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetInlineCollection( _
   ByVal obj As DependencyObject, _
   ByVal value As IEnumerable(Of Inline) _
) 
C# 
public static void SetInlineCollection( 
   DependencyObject obj,
   IEnumerable<Inline> value
)

Parameters

obj
The DependencyObject to set the collection of Inline object to.
value
The Inline object collection to be set 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.