UtilDrawingGetOppositeAnchorStyles Method
Gets the opposite anchor style of the specified AnchorStyles.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static AnchorStyles GetOppositeAnchorStyles(
AnchorStyles anchor
)
Public Shared Function GetOppositeAnchorStyles (
anchor As AnchorStyles
) As AnchorStyles
Dim anchor As AnchorStyles
Dim returnValue As AnchorStyles
returnValue = UtilDrawing.GetOppositeAnchorStyles(anchor)
public:
static AnchorStyles GetOppositeAnchorStyles(
AnchorStyles anchor
)
static member GetOppositeAnchorStyles :
anchor : AnchorStyles -> AnchorStyles
No code example is currently available or this language may not be supported.
- anchor AnchorStyles
-
The anchor.
AnchorStyles
The resulting
AnchorStyles.
This is a code example.
No code example is currently available or this language may not be supported.
Dim result As AnchorStyles = GetOppositeAnchorStyles(AnchorStyles.Bottom Or AnchorStyles.Left)
Console.WriteLine(result.ToString())
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.