Margins Klasa

Definicja

Reprezentuje marginesy dla różnych elementów wykresu.

public ref class Margins
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.MarginExpandableObjectConverter))]
public class Margins
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.MarginExpandableObjectConverter))>]
type Margins = class
Public Class Margins
Dziedziczenie
Margins
Atrybuty

Konstruktory

Margins()

Inicjuje nowe wystąpienie klasy Margins.

Margins(Int32, Int32, Int32, Int32)

Inicjuje Margins nowe wystąpienie klasy z określonymi górnymi, dolnymi i prawymi współrzędnymi marginesu.

Właściwości

Bottom

Pobiera lub ustawia dolny margines.

Left

Pobiera lub ustawia lewy margines.

Right

Pobiera lub ustawia prawy margines.

Top

Pobiera lub ustawia górny margines.

Metody

Equals(Object)

Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.

GetHashCode()

Pobiera kod skrótu Margins dla obiektu.

GetType()

Type Pobiera bieżące wystąpienie.

(Odziedziczone po Object)
IsEmpty()

Określa, czy marginesy są puste.

MemberwiseClone()

Tworzy płytkią kopię bieżącego Objectelementu .

(Odziedziczone po Object)
ToRectangleF()

Konwertuje Margins obiekt na RectangleF obiekt.

ToString()

Konwertuje Margins obiekt na jego string reprezentację.

Dotyczy