ListField Properties

 

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

NameDescription
System_CAPS_pubpropertyAlternateFontId

Gets or sets the font id for a normal, unselected list item.

System_CAPS_pubpropertyAnchoringBehavior

Describes how the content of the field should position and size itself in relation to the parent ShapeElement.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultAccessibleDescription

Gets or sets the default accessible description.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultAccessibleName

Gets or sets the default name of the shape field for the accessible object.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultAccessibleState

Gets the default state of the shape field for the accessible object.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultBackgroundBrushId

Gets or sets the ID of the default brush to paint the background of the shape field.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultFocusable

Gets the shape field and verifies whether it can receive focus, or gives the shape field the ability to receive focus.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultInactiveSelectedBackgroundBrushId

Gets or sets the ID of the default background brush for the shape field.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultItemFocusable

Gets or sets default focusable state of all list items.

System_CAPS_pubpropertyDefaultItemIndent

Gets the standard margin to use between the left side of the list field and the left side of the list item.

System_CAPS_pubpropertyDefaultItemSelectable

Gets or sets default selectable state of all list items.

System_CAPS_pubpropertyDefaultPenId

Gets or sets the ID of the default pen to use for the shape field.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultReflectParentFocusedState

Gets the child shape field and verifies whether it should receive focus when its parent shape receives focus or sets the ability to reflect the focus state of its parent shape.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultReflectParentSelectedState

Gets the child shape field and verifies whether it should be selected when its parent shape is selected or sets the ability to reflect the selection state of its parent shape.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultSelectable

Gets the shape field and verifies whether it can be selected by default or sets the default selection state of the shape field.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultSelectedBackgroundBrushId

Gets or sets the ID of the default background brush for the shape field.(Inherited from ShapeField.)

System_CAPS_pubpropertyDefaultStringFormat

The default string format for all list items

System_CAPS_pubpropertyDefaultVisibility

Gets the shape field and verifies whether it appears by default or sets the default visibility of the shape field.(Inherited from ShapeField.)

System_CAPS_pubpropertyDisabledTextBrushId

Gets or sets the brush id for the text of a disabled list item.

System_CAPS_pubpropertyFocusBackgroundPenId

Gets or sets the pen id used to outline the focused list item.

System_CAPS_pubpropertyFocusPenId

Gets or sets the pen id used to outline the focused list item.

System_CAPS_pubpropertyInactiveSelectedBackgroundBrushId

Gets or sets the brush id for the background of an inactive selected list item.

System_CAPS_pubpropertyInactiveSelectedDisabledTextBrushId

Gets or sets the brush id for the text of an inactive selected disabled list item.

System_CAPS_pubpropertyInactiveSelectedTextBrushId

Gets or sets the brush id for the text of an inactive selected list item.

System_CAPS_pubpropertyJaggedSelectionRectangle

Gets or sets the jaggedSelection property. If this property is set to true, the width of the selection rectangles only covers the contents of the subfields, not the entire width of the field. This property defaults to false.

System_CAPS_pubpropertyName

Gets the name of the shape field.(Inherited from ShapeField.)

System_CAPS_pubpropertyNormalBackgroundBrushId

Gets or sets the brush id for the background of a normal, unselected list item.

System_CAPS_pubpropertyNormalFontId

Gets or sets the font id for a normal, unselected list item.

System_CAPS_pubpropertyNormalTextBrushId

Gets or sets the brush id for the text of a normal, unselected list item.

System_CAPS_pubpropertySelectedBackgroundBrushId

Gets or sets the brush id for the background of a selected list item.

System_CAPS_pubpropertySelectedDisabledTextBrushId

Gets or sets the brush id for the text of a selected disabled list item.

System_CAPS_pubpropertySelectedTextBrushId

Gets or sets the brush id for the text of a selected list item.

System_CAPS_pubpropertySnakedList

Gets a value indicating whether the list items wrap into multiple columns. If this property is set to true, then the items in the list field will be snaked to form columns if there are too many items to fit in the space currently occupied by the list. The current # of possible visible rows and columns is dynamically calculated so that the list will maximize the number of entries that can be shown in its current size.

System_CAPS_pubpropertyWatermarkFormat

The default string format for all list items

Return to top
Show: