PIbd-31_Rodionov.I.A._COP_28/COP/RodionovLibrary/NonVisualComponents/HelperEnums/DiagramLegendLayout.cs

16 lines
188 B
C#

namespace RodionovLibrary.NonVisualComponents.HelperEnums
{
public enum DiagramLegendLayout
{
None,
Left,
Top,
Right,
Bottom
}
}