All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.fx.ui.controls.image.fonticonview.cssext Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
import javafx.font
import javafx.paint
import javafx.scene.control.Control

package org.eclipse.fx.ui.controls.image {


	/**
	 * The FontIconView allows the use of Icon Fonts
	 */
	FontIconView extends Control {
		
		-fx-font ;
		/**
		 * 
		 */
		-fx-icon @STRING default: null;
		
		-fx-icon-fill  default: black;
	}


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy