AvailabilityIcon.PhotoDisplayMode property

Get or sets a value which determines if a presence photo will be shown, and if so, in what size. Supporting 32x32px, 48x48px, Hidden.

Namespace:  Microsoft.Lync.Controls
Assembly:  Microsoft.Lync.Controls (in Microsoft.Lync.Controls.dll)

Syntax

'Declaration
Public Property PhotoDisplayMode As PhotoDisplayMode
    Get
    Set
'Usage
Dim instance As AvailabilityIcon
Dim value As PhotoDisplayMode

value = instance.PhotoDisplayMode

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

Property value

Type: Microsoft.Lync.Controls.PhotoDisplayMode

See also

Reference

AvailabilityIcon class

AvailabilityIcon members

Microsoft.Lync.Controls namespace