SelectedItemPosition Property (FlexPie)
In This Topic
Gets or sets the position of the selected slice.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1DescriptionAttribute("FlexPie.SelectedItemPosition", "Gets or sets the position of the selected slice.")>
Public Property SelectedItemPosition As Position
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Description("FlexPie.SelectedItemPosition", "Gets or sets the position of the selected slice.")]
public Position SelectedItemPosition {get; set;}
See Also