Visual Basic (Declaration) | |
---|---|
Public Property FileName As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string FileName {get; set;} |
XAML Attributes Usage | |
---|---|
<object FileName=string/> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Values | |
---|---|
System.String The text to display for the item. |
XAML Attributes Usage | |
---|---|
<object FileName=string/> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Values | |
---|---|
System.String The text to display for the item. |
Return Value
The file name associated with this ImageListItem object. Default value is null (Nothing in Visual Basic).This property is used as Content property to load an Image into ImageListItem.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family