Mono.TextEditor.TextViewMargin.LayoutWrapper.BackgroundColor.BackgroundColor C# (CSharp) Метод

BackgroundColor() публичный Метод

public BackgroundColor ( Cairo color, int fromIdx, int toIdx ) : System
color Cairo
fromIdx int
toIdx int
Результат System
				public BackgroundColor (Cairo.Color color, int fromIdx, int toIdx)
				{
					this.Color = color;
					this.FromIdx = fromIdx;
					this.ToIdx = toIdx;
				}
			}
TextViewMargin.LayoutWrapper.BackgroundColor