The type of attachment for the model documentation view label text.
Public Enum ModelDocViewLabelAttachmentPoint AboveView BelowView End Enum
public enum ModelDocViewLabelAttachmentPoint {
AboveView,
BelowView
}
| Members | Description |
|---|---|
| AboveView | The view label text is to be attached above the model documentation view.enum |
| BelowView | The view label text is to be attached below the model documentation view.enum |