API Reference
Enum
TablerHighlightCalloutPosition
Defines supported spotlight callout anchors.
Inheritance
- Enum
- TablerHighlightCalloutPosition
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TablerHighlightCalloutPosition TopLeft #Anchor the callout near the top-left corner of the visual stage.
Value:
1public const TablerHighlightCalloutPosition TopRight #Anchor the callout near the top-right corner of the visual stage.
Value:
2public const TablerHighlightCalloutPosition BottomLeft #Anchor the callout near the bottom-left corner of the visual stage.
Value:
3public const TablerHighlightCalloutPosition BottomRight #Anchor the callout near the bottom-right corner of the visual stage.
Value:
4